UNPKG

vuetning

Version:

<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>

14 lines (13 loc) 440 B
/** * Imports MUST respect this order, otherwise the css imported from main will have a higher priority * over the scoped css from components, making them not apply correctly. */ import "./assets/styles/main.scss"; import type { App } from "vue"; declare const _default: { install: typeof install; }; export default _default; export * from "./constants"; export * from "./components/types"; declare function install(app: App): void;