[improvement] mixins typescript (#3690)
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import { VNode, CreateElement, RenderContext } from 'vue';
|
||||
import { InjectOptions, PropsDefinition } from 'vue/types/options';
|
||||
|
||||
export type EventHanlder = (eventName?: Event) => void;
|
||||
export type EventHandler = (event: Event) => void;
|
||||
|
||||
export type ObjectIndex = {
|
||||
[key: string]: any;
|
||||
|
||||
Reference in New Issue
Block a user