@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) • 321 B
TypeScript
export { Input } from './ui/input.tsx';
export { BaseInput } from './ui/input.tsx';
export { SoftInput } from './variant/soft-input.tsx';
export { OutlinedInput } from './variant/outlined-input.tsx';
export { UnderlineInput } from './variant/underline-input.tsx';
export type { InputProps } from './model/input-type.ts';