UNPKG

@varlet/ui

Version:

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

13 lines (12 loc) 246 B
import { reactive } from "vue"; const context = { locks: {}, zIndex: 2e3, enableRipple: true }; const _ContextComponent = reactive(context); var stdin_default = reactive(context); export { _ContextComponent, stdin_default as default };