UNPKG

@innovaccer/design-system

Version:

React components library project for Innovaccer Design System

4 lines (3 loc) 275 B
import { InputMaskProps } from "../../../index.type"; export declare const isEditable: (mask: InputMaskProps['mask'], pos: number) => boolean; export declare const getDefaultValue: (mask: InputMaskProps['mask'], placeholderChar: InputMaskProps['placeholderChar']) => string;