UNPKG

@antv/narrative-text-vis

Version:

React component of interactive narrative text

8 lines (7 loc) 333 B
import { HeadingParagraphSpec } from '@antv/narrative-text-schema'; import { ExtensionProps, PhraseEvents } from '../interface'; declare type HeadingProps = ExtensionProps & PhraseEvents & { spec: HeadingParagraphSpec; }; export declare function Heading({ spec, pluginManager, ...events }: HeadingProps): JSX.Element; export {};