UNPKG

nice-numeric-input

Version:

A Vue input component for numbers with realtime formating and currency support.

6 lines (5 loc) 231 B
import { PluginObject } from 'vue'; import component from "./nice-numeric-input.vue"; declare type InstallableComponent = typeof component & PluginObject<any>; declare const _default: InstallableComponent; export default _default;