@jigoooo/shared-ui
Version:
A reusable React component library and design system with TypeScript support, built on Vite for seamless integration and optimized performance.
7 lines (6 loc) • 337 B
TypeScript
export { Button } from './ui/button.tsx';
export { SolidButton } from './variant/solid-button.tsx';
export { OutlinedButton } from './variant/outlined-button.tsx';
export { SearchButton } from './variant/search-button.tsx';
export { ButtonStyle } from './model/button-type.ts';
export type { ButtonProps } from './model/button-type.ts';