UNPKG

lwx-test-ui

Version:

lwx-test-ui

3 lines (2 loc) 118 B
import { default as Button } from './button.vue'; export type ButtonInstance = InstanceType<typeof Button> & unknown;