UNPKG

@antv/g2plot

Version:

G2 Plot, a market of plots built with the Grammar of Graphics'

7 lines (6 loc) 178 B
import { Shape } from '@antv/g'; interface TextWrapperCfg { lineNumber: number; } export default function textWrapper(shape: Shape, option: TextWrapperCfg): void; export {};