tailchat/packages/design/components/index.ts

13 lines
355 B
TypeScript

export { DelayTip } from './DelayTip';
export { Highlight } from './Highlight';
export { Icon } from './Icon';
export { Image } from './Image';
export { WebMetaForm } from './WebMetaForm';
export {
createMetaFormSchema,
fieldSchema as metaFormFieldSchema,
useMetaFormContext,
} from 'meta-form';
export type { MetaFormFieldMeta } from 'meta-form';