UNPKG

@cran/vue.use

Version:

Cranberry Vue Use Utilities

3 lines (2 loc) 207 B
import type { BemModifiers } from "../utility/bem"; export declare function useBem(block?: string): ((m?: BemModifiers) => Record<string, true>) & Record<string, (m?: BemModifiers) => Record<string, true>>;