petals-ui
Version:
Front-end UI components foundation
13 lines (12 loc) • 370 B
TypeScript
declare type SelectStyle = {
selectFontSize?: string;
selectOptionHeight?: string;
selectOptionPaddingY?: string;
selectOptionPaddingX?: string;
selectOptionColor?: string;
selectOptionHoverBg?: string;
selectDropdownPaddingY?: string;
selectDropdownBorderRadius?: string;
selectDropdownBoxShadow?: string;
};
export { SelectStyle };