优化
This commit is contained in:
26
client/packages/design/components/index.ts
Normal file
26
client/packages/design/components/index.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
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,
|
||||
setWebFastifyFormConfig as setWebMetaFormConfig,
|
||||
} 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';
|
||||
Reference in New Issue
Block a user