UNPKG

@visactor/react-vtable

Version:
5 lines (4 loc) 388 B
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>>>;