UNPKG

@visactor/vtable

Version:

canvas table width high performance

9 lines (8 loc) 552 B
export { VGroup, VSymbol, VRect, VArc, VArea, VCircle, VGlyph, VImage, VLine, VPath, VPolygon, VText, jsx } from './../../vrender'; import type { CheckboxAttributes, RadioAttributes, TagAttributes } from './../../vrender'; type IDefaultGraphicParamsType<T> = { attribute?: T; }; export declare function VTag(params: IDefaultGraphicParamsType<TagAttributes>): any; export declare function VCheckBox(params: IDefaultGraphicParamsType<CheckboxAttributes>): any; export declare function VRadio(params: IDefaultGraphicParamsType<RadioAttributes>): any;