diff --git a/types/react-bootstrap-typeahead/index.d.ts b/types/react-bootstrap-typeahead/index.d.ts index b0b0f8c30a..f11c8d48f5 100644 --- a/types/react-bootstrap-typeahead/index.d.ts +++ b/types/react-bootstrap-typeahead/index.d.ts @@ -334,7 +334,7 @@ export class TypeaheadInputMulti extends React.Compone --------------------------------------------------------------------------- */ export interface HighligherProps { children: React.ReactNode; - search: string; + search?: string; } export class Highlighter extends React.PureComponent { }