UNPKG

@tiller-ds/form-elements

Version:

Form elements module of Tiller Design System

4 lines (3 loc) 220 B
export declare const defaultPlaceholderChar = "_"; export declare function convertMaskToPlaceholder(mask?: (string | RegExp)[], placeholderChar?: string): string; export declare function isArray(value: any): boolean;