UNPKG

petals-ui

Version:
13 lines (12 loc) 370 B
declare type SelectStyle = { selectFontSize?: string; selectOptionHeight?: string; selectOptionPaddingY?: string; selectOptionPaddingX?: string; selectOptionColor?: string; selectOptionHoverBg?: string; selectDropdownPaddingY?: string; selectDropdownBorderRadius?: string; selectDropdownBoxShadow?: string; }; export { SelectStyle };