Home > @uniformdev/design-system > AddListButtonProps

AddListButtonProps type

Signature:

type AddListButtonProps = React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
    buttonText?: string;
    onButtonClick: () => void;
    variant?: 'regular' | 'small';
    disabled?: boolean;
    icon?: 'math-plus' | 'add' | 'add-r';
    theme?: AddListButtonThemeProps;
};

References: AddListButtonThemeProps