UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

6 lines (5 loc) • 246 B
export { default as Form } from './Form'; export type { FormProps } from './types'; export { default as AuthForm } from './AuthOrReg'; export { default as TabsForm } from './TabsForm'; export type { TabsFormProps, TabsScnema } from './TabsForm';