1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00
2018-09-21 16:04:59 +08:00

8 lines
176 B
TypeScript

import { classNames } from './class-names';
export interface ComponentInstance {
triggerEvent: never;
$emit(name: string, detail?: any): void;
classNames: classNames;
}