UNPKG

@maskito/kit

Version:

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

4 lines (3 loc) 321 B
import type { MaskitoPostprocessor } from '@maskito/core'; import type { MaskitoNumberParams } from '../number-params'; export declare function createNumberPrefixPostprocessor({ prefix, minusSign, negativePattern, }: Pick<Required<MaskitoNumberParams>, 'minusSign' | 'negativePattern' | 'prefix'>): MaskitoPostprocessor;