UNPKG

@itgold/grandbazar-ui-kit

Version:

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

4 lines (3 loc) 247 B
/// <reference types="react" /> import { TButtonLinkProps } from '@/components/buttons/types/TButtonLinkProps'; export declare function ButtonLink({ children, color, size, className, href, shape, ...props }: TButtonLinkProps): React.ReactElement;