UNPKG

@jigoooo/shared-ui

Version:

A reusable React component library and design system with TypeScript support, built on Vite for seamless integration and optimized performance.

3 lines (2 loc) 173 B
import { ButtonProps } from '../model/button-type.ts'; export declare function SolidButton(props: Omit<ButtonProps, 'buttonType'>): import("react/jsx-runtime").JSX.Element;