UNPKG

payzli-ui-aryan

Version:

A custom react components library

15 lines (14 loc) 476 B
import { IButtonProps } from "."; export interface IDropButtonProps extends IButtonProps { parentStyle?: object; parentClass?: string; children: React.ReactNode; dropdownIcon?: React.ReactNode; hoverTrigger?: boolean; iconContainerClass?: string; dropdownClass?: string; mouseoverTitle?: string; disableHoverOut?: boolean; position?: "left" | "right" | "bottom" | "bottom-left" | "bottom-right" | "top"; disableDropBtn?: boolean; }