UNPKG

rsuite

Version:

A suite of react components

11 lines (10 loc) 366 B
export interface ConfigType { guide?: boolean; previousConformedValue?: string; placeholderChar?: string; placeholder?: string; currentCaretPosition?: number; keepCharPositions?: boolean; } export declare type MaskType = string | (string | RegExp)[]; export declare type MaskFunctionType = (rawValue: string, config: ConfigType) => MaskType;