UNPKG

@varlet/ui

Version:

A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.

12 lines (11 loc) 348 B
import dark from "./dark/index.mjs"; import md3Dark from "./md3-dark/index.mjs"; import md3Light from "./md3-light/index.mjs"; import { toViewport } from "./toViewport.mjs"; const Themes = { dark, md3Light, md3Dark, toViewport }; const _ThemesComponent = null; var stdin_default = Themes; export { _ThemesComponent, stdin_default as default };