UNPKG

gather-content-ui

Version:
23 lines 658 B
declare function ButtonTertiary({ children, className, disabled, active, contained, ...rest }: any): import("react/jsx-runtime").JSX.Element; declare namespace ButtonTertiary { var defaultProps: { active: boolean; 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 { ButtonTertiary }; //# sourceMappingURL=ButtonTertiary.d.ts.map