petals-ui
Version:
Front-end UI components foundation
12 lines (11 loc) • 325 B
TypeScript
declare type DropdownStyle = {
dropdownFontSize?: string;
dropdownBorderRadius?: string;
dropdownBoxShadow?: string;
dropdownPaddingY?: string;
dropdownItemHeight?: string;
dropdownItemColor?: string;
dropdownItemHoverColor?: string;
dropdownItemHoverBg?: string;
};
export { DropdownStyle };