UNPKG

@athosws/react-components

Version:

This is a set of useful ReactJS components developed by Athos.\n Email:ladiesman217.as@gmail.com

9 lines (8 loc) 249 B
export interface ATHOSButtonProps extends React.HTMLAttributes<HTMLButtonElement> { disabled?: boolean; icon?: React.ReactNode; tooltip?: React.ReactNode; confirmCollapse?: boolean; onConfirm?: () => void; inConfirmClassName?: string; }