UNPKG

@varlet/ui

Version:

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

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