UNPKG

petals-ui

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