UNPKG

@formant/ava-react

Version:

React components of AVA.

4 lines (3 loc) 252 B
import React from 'react'; import type { NarrativeTextVisProps } from './types'; export declare function NarrativeTextVis({ spec, size, theme, palette, pluginManager, showCollapse, copyNarrative, ...events }: NarrativeTextVisProps): React.JSX.Element;