UNPKG

@itgold/grandbazar-ui-kit

Version:

Grandbazar.io UI component library: React, Typescript, Tailwind, Rollup, Storybook, Jest.

4 lines (3 loc) 254 B
/// <reference types="react" /> import { TButtonProps } from '@/components/buttons/types/TButtonProps'; export declare function Button({ onClick, children, disabled, color, size, shape, className, innerRef, ...props }: TButtonProps): React.ReactElement;