UNPKG

motion-plus-vue

Version:

Motion Plus Vue

7 lines (6 loc) 288 B
import { CSSProperties } from 'vue'; export declare const maskHeight = "var(--mask-height, 0.15em)"; export declare const maskWidth = "var(--mask-width, 0.5em)"; export declare const mask: string; export declare const maskSize: string; export declare const digitFillStyle: CSSProperties;