mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Fix HighlighterProps to reflect how they're used (#34950)
This commit is contained in:
committed by
Pranav Senthilnathan
parent
11d5fd7f43
commit
56607c79bd
+1
-1
@@ -334,7 +334,7 @@ export class TypeaheadInputMulti<T extends TypeaheadModel> extends React.Compone
|
||||
--------------------------------------------------------------------------- */
|
||||
export interface HighligherProps {
|
||||
children: React.ReactNode;
|
||||
search: string;
|
||||
search?: string;
|
||||
}
|
||||
|
||||
export class Highlighter extends React.PureComponent<HighligherProps> { }
|
||||
|
||||
Reference in New Issue
Block a user