UNPKG

@visactor/vtable

Version:

canvas table width high performance

17 lines (12 loc) 495 B
export { VGroup, VSymbol, VRect, VArc, VArea, VCircle, VGlyph, VImage, VLine, VPath, VPolygon, VText, jsx } from "./../../vrender"; import { Tag, CheckBox, Radio } from "./../../vrender"; export function VTag(params) { return new Tag(params ? params.attribute : {}); } export function VCheckBox(params) { return new CheckBox(params ? params.attribute : {}); } export function VRadio(params) { return new Radio(params ? params.attribute : {}); } //# sourceMappingURL=index.js.map