UNPKG

@tuniao/tnui-vue3-uniapp

Version:
6 lines (4 loc) 206 B
import type Radio from './radio.vue' import type RadioGroup from './radio-group.vue' export type RadioInstance = InstanceType<typeof Radio> export type RadioGroupInstance = InstanceType<typeof RadioGroup>