reablocks
Version:
Component library for React
10 lines (8 loc) • 300 B
TypeScript
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;