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.

4 lines (3 loc) 182 B
export { DashedDivider } from './ui/dashed-divider.tsx'; export { Divider } from './ui/divider.tsx'; export type { DividerProps, DashedDividerProps } from './model/divider-type.ts';