UNPKG

@visactor/react-vtable

Version:
3 lines (2 loc) 166 B
import { CheckBox, Radio, Tag } from '@visactor/vtable/es/vrender'; export declare function createVRenderComponent(type: string, props: any): Tag | Radio | CheckBox;