gather-content-ui
Version:
GatherContent UI Library
23 lines • 677 B
TypeScript
export declare function ButtonIconDanger({ className, disabled, name, active, size, ...rest }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace ButtonIconDanger {
var sizes: {
lg: string;
md: string;
sm: string;
xs: string;
};
var defaultProps: {
active: boolean;
defaultFillColor: boolean;
className: string;
type: string;
loading: boolean;
loaderRight: boolean;
size: string;
disabled: boolean;
connectedLeft: boolean;
connectedRight: boolean;
onClick: () => void;
};
}
//# sourceMappingURL=ButtonIconDanger.d.ts.map