UNPKG

@tuoyuan/web

Version:
9 lines (8 loc) 235 B
import { default as _Button } from './button.vue'; export interface ButtonProps { type?: string; } export type ButtonEmits = { 'update:modelValue': [value: string]; }; export type ButtonInstance = InstanceType<typeof _Button>;