UNPKG

@maskito/kit

Version:

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

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