UNPKG

@maskito/kit

Version:

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

4 lines (3 loc) 285 B
import type { MaskitoOptions } from '@maskito/core'; import type { MaskitoTimeParams } from './time-params'; export declare function maskitoTimeOptionsGenerator({ mode, timeSegmentMaxValues, timeSegmentMinValues, step, prefix, postfix, }: MaskitoTimeParams): Required<MaskitoOptions>;