UNPKG

@maskito/kit

Version:

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

10 lines 519 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; //# sourceMappingURL=min-max-range-length-postprocessor.d.ts.map