UNPKG

gather-content-ui

Version:
22 lines 626 B
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