@dolaanpls/react-awesome-button
Version:
Performant, extendable, highly customisable, production ready React Component that renders an animated basic set of UI buttons
10 lines (9 loc) • 680 B
TypeScript
import { ComponentMeta } from '@storybook/react';
declare const _default: ComponentMeta<({ active, after, before, between, children, className, containerProps, cssModule, disabled, element, extra, href, moveEvents, onMouseDown, onMouseUp, onPress, onPressed, onReleased, placeholder, ripple, rootElement, size, style, type, visible, }: import("../components/AwesomeButton").ButtonType) => import("react/jsx-runtime").JSX.Element>;
export default _default;
export declare const Primary: any;
export declare const Secondary: any;
export declare const Anchor: any;
export declare const Danger: any;
export declare const Placeholder: any;
export declare const Disabled: any;