UNPKG

@maskito/kit

Version:

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

10 lines (9 loc) 455 B
import type { MaskitoPostprocessor } from '@maskito/core'; import type { MaskitoDateSegments } from '../../../types'; export declare function createMinMaxRangeLengthPostprocessor({ dateModeTemplate, rangeSeparator, minLength, maxLength, max, }: { dateModeTemplate: string; rangeSeparator: string; max?: Date; minLength?: Partial<MaskitoDateSegments<number>>; maxLength?: Partial<MaskitoDateSegments<number>>; }): MaskitoPostprocessor;