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