UNPKG

@fesjs/fes-design

Version:
6 lines (5 loc) 259 B
import type { RadioGroupInnerProps } from './props'; import type { RadioGroupEmits } from './interface'; export declare const useRadioGroup: (props: RadioGroupInnerProps, emit: RadioGroupEmits) => { isFormDisabled: import("vue").Ref<boolean, boolean>; };