UNPKG

@antv/narrative-text-vis

Version:

React component of interactive narrative text

8 lines (7 loc) 326 B
import { HeadlineSpec } from '@antv/narrative-text-schema'; import { ExtensionProps, ParagraphEvents } from '../interface'; declare type HeadlineProps = ExtensionProps & ParagraphEvents & { spec: HeadlineSpec; }; export declare function Headline({ spec, pluginManager, ...events }: HeadlineProps): JSX.Element; export {};