UNPKG

vue-material-you

Version:

Material design 3 UI framework for Vue 3

8 lines (7 loc) 291 B
import type { App } from "vue"; import type { InstallOptions } from "./types"; /** * Creates a new instance of Vue Material You. * This does NOT install any components. Please register each component individually. */ export default function (options: InstallOptions): (app: App) => void;