gather-content-ui
Version:
GatherContent UI Library
22 lines • 626 B
TypeScript
declare function ButtonSecondary({ children, className, disabled, active, ...rest }: any): import("react/jsx-runtime").JSX.Element;
declare namespace ButtonSecondary {
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;
};
}
export { ButtonSecondary };
//# sourceMappingURL=ButtonSecondary.d.ts.map