提交 88dfd111 编写于 作者: D dolymood

chore(types): add Locale and Style module d.ts

上级 24d0ca0a
......@@ -36,9 +36,16 @@ export class BScroll {}
*/
export function createAPI (vue: typeof Vue, Component: CubeUIComponent, events?: string[], single?: boolean) : object
// basic
/** Local Module */
export class Locale {
install (vue: typeof Vue): void
use (lang: string, messages: object): void
}
/** Style Module */
export class Style {}
// basic
/** Button Component */
export class Button extends CubeUIComponent {}
/** Loading Component */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册