UNPKG

@maskito/kit

Version:

The optional framework-agnostic Maskito's package with ready-to-use masks

11 lines 424 B
import type { MaskitoPlugin } from '@maskito/core'; /** * This plugin is connected with {@link createMinMaxPostprocessor}: * both validate `min`/`max` bounds of entered value (but at the different point of time). */ export declare function createMinMaxPlugin({ min, max, decimalSeparator, }: { min: number; max: number; decimalSeparator: string; }): MaskitoPlugin; //# sourceMappingURL=min-max.plugin.d.ts.map