@jigoooo/shared-ui
Version:
A reusable React component library and design system with TypeScript support, built on Vite for seamless integration and optimized performance.
8 lines (7 loc) • 372 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';
export { InputType } from './model/input-type.ts';