UNPKG

rsuite

Version:

A suite of react components

8 lines (7 loc) 345 B
import { MaskType, MaskFunctionType } from './types'; export declare const defaultPlaceholderChar = "_"; export declare function convertMaskToPlaceholder(mask?: MaskType | MaskFunctionType | any, placeholderChar?: string): string; export declare function processCaretTraps(mask: any): { maskWithoutCaretTraps: any; indexes: number[]; };