UNPKG

@coreui/vue-pro

Version:

UI Components Library for Vue.js

3 lines (2 loc) 180 B
export declare const isValidInput: (value: string, type: "number" | "text") => boolean; export declare const extractValidChars: (value: string, type: "number" | "text") => string;