text.d.ts 180 B

1234
  1. import { MarkComponent as MC } from '../runtime';
  2. import { TextMark } from '../spec';
  3. export type TextOptions = Omit<TextMark, 'type'>;
  4. export declare const Text: MC<TextOptions>;