instance.d.ts 116 B

12
  1. import type Dropdown from './dropdown.vue';
  2. export type DropdownInstance = InstanceType<typeof Dropdown> & unknown;