diff --git a/types/cube-ui.d.ts b/types/cube-ui.d.ts index 48e5049d6c43fc9fbe6542178b9b089f408611d3..e605963db43c08ea6bbd829e756031cd886db512 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 */