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) 173 B
export { FlexRow } from './ui/flex-row.tsx'; export { FlexColumn } from './ui/flex-column.tsx'; export type { FlexRowProps, FlexColumnProps } from './model/layout-type.ts';