@visactor/react-vtable
Version:
The react version of VTable
5 lines (4 loc) • 418 B
TypeScript
import type { ReactElement, JSXElementConstructor } from 'react';
import type { CheckboxAttributes, CheckBox as VCheakbox } from '@visactor/vtable/es/vrender';
import type { GraphicProps } from './type';
export declare const Checkbox: (props: GraphicProps<CheckboxAttributes, VCheakbox>) => ReactElement<GraphicProps<CheckboxAttributes, VCheakbox>, JSXElementConstructor<GraphicProps<CheckboxAttributes, VCheakbox>>>;