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) 195 B
export { NoData } from './ui/no-data.tsx'; export { ActionAnimatedWrapper } from './ui/action-animated-wrapper.tsx'; export type { ActionsAnimatedProps, NoDataProps } from './model/etc-type.ts';