UNPKG

petals-ui

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