UNPKG

reablocks

Version:
10 lines (8 loc) 300 B
import { SelectMenuTheme } from './SelectMenu'; import { SelectInputTheme } from './SelectInput'; export interface SelectTheme { selectInput: SelectInputTheme; selectMenu: SelectMenuTheme; } export declare const selectTheme: SelectTheme; export declare const legacySelectTheme: SelectTheme;