import { Node } from '../../core/Node.js'; /** * Configuration options for Text * @typedef {Object} TextOptions * @category Options */ /** * @module Text * @sidebarTitle Text * @snippetPath /snippets/extensions/text.mdx */ export const Text: Node<{}, Record, Record>; /** * Configuration options for Text */ export type TextOptions = Object; //# sourceMappingURL=text.d.ts.map