UNPKG

@antv/narrative-text-vis

Version:

React component of interactive narrative text

3 lines (2 loc) 229 B
import { BlockDescriptor } from './plugin-protocol.type'; export declare const createCustomBlockFactory: <CustomBlockSpec = any>(descriptor: Omit<BlockDescriptor<CustomBlockSpec>, "isBlock">) => BlockDescriptor<CustomBlockSpec>;