You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/packages/design/components/index.ts

15 lines
442 B
TypeScript

export { Avatar } from './Avatar';
export { CombinedAvatar } from './Avatar/combined';
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';