UNPKG

@maskito/kit

Version:

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

9 lines 453 B
import type { MaskitoPlugin } from '@maskito/core'; import type { MaskitoTimeSegments } from '../../types'; export declare function createTimeSegmentsSteppingPlugin({ step, fullMode, timeSegmentMinValues, timeSegmentMaxValues, }: { step: number; fullMode: string; timeSegmentMinValues: MaskitoTimeSegments<number>; timeSegmentMaxValues: MaskitoTimeSegments<number>; }): MaskitoPlugin; //# sourceMappingURL=time-segments-stepping.d.ts.map