UNPKG

@meve/ui

Version:

Argon design system components library

8 lines (5 loc) 138 B
import type { VueConstructor } from 'vue' export class MComponent { static name: string static install(app: VueConstructor): void }