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/client/packages/design/components/index.ts

24 lines
874 B
TypeScript

export { AutoFolder } from './AutoFolder';
export { Avatar, getTextColorHex } from './Avatar';
export { AvatarWithPreview } from './AvatarWithPreview';
export { CopyableText } from './CopyableText';
export { CombinedAvatar } from './Avatar/combined';
export { DelayTip } from './DelayTip';
export { Highlight } from './Highlight';
export { Icon } from './Icon';
export { Image, setImageUrlParser } from './Image';
export { SensitiveText } from './SensitiveText';
export { VirtualChatList } from './VirtualChatList';
export { WebMetaForm } from './WebMetaForm';
export {
createFastifyFormSchema as createMetaFormSchema,
fieldSchema as metaFormFieldSchema,
useFastifyFormContext as useMetaFormContext,
useFastifyFormContext,
} from 'react-fastify-form';
export type {
FastifyFormFieldMeta as MetaFormFieldMeta,
FastifyFormFieldProps,
} from 'react-fastify-form';