UNPKG

@iimm/formily-taro-vantui

Version:

form field components based on @antmjs/vantui and @formily/react

8 lines (7 loc) 346 B
/// <reference types="react" /> import { type RadioGroupBaseProps } from "./RadioGroupBase"; export interface RadioGroupProps extends RadioGroupBaseProps { } export declare const RadioGroup: import("react").MemoExoticComponent<import("@formily/react").ReactFC<RadioGroupProps & { ref?: import("react").LegacyRef<any> | undefined; }>>;