react-native-autocomplete-dropdown
Version:
Dropdown Item picker with search and autocomplete (typeahead) functionality for react native
33 lines • 955 B
TypeScript
export declare const light: {
inputBackgroundColor: string;
inputPlaceholderColor: string;
inputTextColor: string;
suggestionsListBackgroundColor: string;
itemSeparatorColor: string;
shadowColor: string;
listItemTextColor: string;
};
type Theme = typeof light;
export declare const dark: Theme;
export declare const theme: {
light: {
inputBackgroundColor: string;
inputPlaceholderColor: string;
inputTextColor: string;
suggestionsListBackgroundColor: string;
itemSeparatorColor: string;
shadowColor: string;
listItemTextColor: string;
};
dark: {
inputBackgroundColor: string;
inputPlaceholderColor: string;
inputTextColor: string;
suggestionsListBackgroundColor: string;
itemSeparatorColor: string;
shadowColor: string;
listItemTextColor: string;
};
};
export {};
//# sourceMappingURL=theme.d.ts.map