UNPKG

@rkosafo/cai.components

Version:

This package is under development and not ready for public use.

5 lines (4 loc) 199 B
import type { RichTextProps } from './index.js'; declare const RichText: import("svelte").Component<RichTextProps, {}, "value">; type RichText = ReturnType<typeof RichText>; export default RichText;