Skip to content

Commit

Permalink
chore(types): add style module
Browse files Browse the repository at this point in the history
  • Loading branch information
dolymood committed May 7, 2019
1 parent 8605e3d commit 24d0ca0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/cube-ui.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 24d0ca0

Please sign in to comment.