UNPKG

fannypack-v5

Version:

An accessible, composable, and friendly React UI Kit

17 lines (16 loc) 1.15 kB
export declare const SelectMenu: (styleProps: any) => string; export declare const SelectMenuPopover: (styleProps: any) => string; export declare const SelectMenuButton: (styleProps: any) => string; export declare const SelectMenuButtonIcon: (styleProps: any) => string; export declare const SelectMenuClearButtonWrapper: (styleProps: any) => string; export declare const SelectMenuClearButton: (styleProps: any) => string; export declare const SelectMenuButtonIconsWrapper: (styleProps: any) => string; export declare const SelectMenuButtonText: (styleProps: any) => string; export declare const SelectMenuStaticItem: (styleProps: any) => string; export declare const SelectMenuItem: (styleProps: any) => string; export declare const SelectMenuItemText: (styleProps: any) => string; export declare const SelectMenuItemsWrapper: (styleProps: any) => string; export declare const SelectMenuSearchInputWrapper: (styleProps: any) => string; export declare const SelectMenuSearchInput: (styleProps: any) => string; export declare const SelectMenuTagsWrapper: (styleProps: any) => string; export declare const SelectMenuField: (styleProps: any) => string;