UNPKG

@maskito/core

Version:

The main zero-dependency and framework-agnostic Maskito's package to create an input mask

4 lines (3 loc) 266 B
import type { ElementState } from '../types'; export declare function areElementValuesEqual(sampleState: ElementState, ...states: ElementState[]): boolean; export declare function areElementStatesEqual(sampleState: ElementState, ...states: ElementState[]): boolean;