Files
EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/components/radio/src/instance.ts
T

6 lines
206 B
TypeScript

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>