mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
undo
This commit is contained in:
18
react-autosuggest/react-autosuggest.d.ts
vendored
18
react-autosuggest/react-autosuggest.d.ts
vendored
@@ -31,15 +31,15 @@ declare namespace ReactAutosuggest {
|
||||
}
|
||||
|
||||
interface Theme {
|
||||
container?: string;
|
||||
containerOpen?: string;
|
||||
input?: string;
|
||||
sectionContainer?: string;
|
||||
sectionSuggestionsContainer?: string;
|
||||
sectionTitle?: string;
|
||||
suggestion?: string;
|
||||
suggestionFocused?: string;
|
||||
suggestionsContainer?: string;
|
||||
container: string;
|
||||
containerOpen: string;
|
||||
input: string;
|
||||
sectionContainer: string;
|
||||
sectionSuggestionsContainer: string;
|
||||
sectionTitle: string;
|
||||
suggestion: string;
|
||||
suggestionFocused: string;
|
||||
suggestionsContainer: string;
|
||||
}
|
||||
|
||||
interface AutosuggestProps extends React.Props<Autosuggest> {
|
||||
|
||||
Reference in New Issue
Block a user