UNPKG

gather-content-ui

Version:
21 lines 622 B
export declare function ButtonSecondaryDanger({ children, className, disabled, ...rest }: any): import("react/jsx-runtime").JSX.Element; export declare namespace ButtonSecondaryDanger { var defaultProps: { className: string; type: string; loading: boolean; loaderRight: boolean; size: string; disabled: boolean; connectedLeft: boolean; connectedRight: boolean; onClick: () => void; }; var sizes: { lg: string; md: string; sm: string; xs: string; }; } //# sourceMappingURL=ButtonSecondaryDanger.d.ts.map