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