UNPKG

vue-chill-code-input

Version:

Easy Verification Code Input for your Vue projects

5 lines (3 loc) 182 B
import Vue, {PluginFunction, VueConstructor} from 'vue'; declare const VueChillCodeInput: VueConstructor<Vue> & { install: PluginFunction<any>; }; export default VueChillCodeInput;