UNPKG

@volverjs/ui-vue

Version:

@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.

3 lines (2 loc) 244 B
import type { Ref } from 'vue'; export declare function useModifiers(prefix: string, modifiers?: Ref<string | string[] | unknown | unknown[] | undefined>, others?: Ref<Record<string, boolean>>): globalThis.ComputedRef<Record<string, boolean>>;