UNPKG

miuui-jun

Version:
9 lines (8 loc) 217 B
import * as components from "./index"; declare module "@vue/runtime-core" { export interface GlobalComponents { MiuButton: typeof components.Button; MiuIcon: typeof components.Icon; } } export {};