From 60f61e712fc01867a8d1e7f05489410103ff2f6a Mon Sep 17 00:00:00 2001 From: dolymood Date: Tue, 7 May 2019 14:34:45 +0800 Subject: [PATCH] chore(types): add style module --- types/cube-ui.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/cube-ui.d.ts b/types/cube-ui.d.ts index 48e5049d..e605963d 100644 --- a/types/cube-ui.d.ts +++ b/types/cube-ui.d.ts @@ -37,6 +37,8 @@ export class BScroll {} export function createAPI (vue: typeof Vue, Component: CubeUIComponent, events?: string[], single?: boolean) : object // basic +/** Style Module */ +export class Style {} /** Button Component */ export class Button extends CubeUIComponent {} /** Loading Component */ -- GitLab