UNPKG

@maskito/core

Version:

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

4 lines 319 B
import type { ElementState } from '../types'; export declare function areElementValuesEqual(sampleState: ElementState, ...states: ElementState[]): boolean; export declare function areElementStatesEqual(sampleState: ElementState, ...states: ElementState[]): boolean; //# sourceMappingURL=element-states-equality.d.ts.map