UNPKG

@varlet/ui

Version:

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

31 lines (30 loc) 473 B
import { defineListenerProp } from "../utils/components.mjs"; const props = { from: { type: [String, Number], default: 0 }, to: { type: [String, Number], default: 0 }, duration: { type: [String, Number], default: 2e3 }, precision: { type: [String, Number], default: 0 }, autoStart: { type: Boolean, default: true }, timingFunction: { type: Function }, onEnd: defineListenerProp() }; export { props };