UNPKG

@coreui/react-pro

Version:

UI Components Library for React.js

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