UNPKG

petals-ui

Version:
13 lines (11 loc) 302 B
type DropdownStyle = { dropdownFontSize?: string; dropdownBorderRadius?: string; dropdownBoxShadow?: string; dropdownPaddingY?: string; dropdownItemHeight?: string; dropdownItemColor?: string; dropdownItemHoverColor?: string; dropdownItemHoverBg?: string; }; export { DropdownStyle };