[improvement] entry file ts (#2802)

This commit is contained in:
neverland
2019-02-20 11:37:02 +08:00
committed by GitHub
parent 5c7c14d8df
commit 0ddafc77d8
6 changed files with 22 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
import Vue, { DirectiveFunction, PluginFunction } from 'vue';
import { DirectiveFunction, PluginFunction } from 'vue';
export interface Waterfall {
(type: string): DirectiveFunction;