fannypack-v5
Version:
An accessible, composable, and friendly React UI Kit
11 lines (10 loc) • 699 B
TypeScript
export declare const Autosuggest: (styleProps: any) => string;
export declare const AutosuggestPopover: (styleProps: any) => string;
export declare const AutosuggestItem: (styleProps: any) => string;
export declare const AutosuggestItemText: (styleProps: any) => string;
export declare const AutosuggestStaticItem: (styleProps: any) => string;
export declare const AutosuggestClearButtonWrapper: (styleProps: any) => string;
export declare const AutosuggestClearButton: (styleProps: any) => string;
export declare const AutosuggestInput: (styleProps: any) => string;
export declare const AutosuggestField: (styleProps: any) => string;
export declare const ItemsWrapper: (styleProps: any) => string;