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) 216 B
export { AnchorPicker } from './ui/anchor-picker.tsx'; export { AnchorWithoutAction } from './ui/anchor-without-action.tsx'; export type { AnchorWithoutActionProps, AnchorPickerProps } from './model/picker-type.ts';