/** * 富文本 */ import RichText from './rich-text'; export type { RichTextProps } from './rich-text'; export { RichText, };