UNPKG

payzli-ui-aryan

Version:

A custom react components library

12 lines (11 loc) 287 B
export interface IIconButtonProps { onClick: (event: any) => void; variant: "primary" | "secondary" | "tertiary" | "none"; className?: string; size?: string; buttonType?: "button" | "text"; id?: string; disabled?: boolean; children: any; ref?: any; }