UNPKG

@cnamts/vue-dot

Version:

Implementation of our Design System for the French Health Insurance

5 lines (3 loc) 157 B
import { IndexedObject } from '../../types'; export type DirectiveValue = (value: string) => void | string; export type Modifiers = IndexedObject<boolean>;