Skip to content

Commit

Permalink
fix: add import of MaskitoPreprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
rikusen0335 authored Jan 5, 2024
1 parent 1deb0ed commit bab961c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { MaskitoPreprocessor } from '@maskito/core';

export function createFullWidthToHalfWidthPreprocessor(): MaskitoPreprocessor {
return ({ elementState, data }) => {
const { value, selection } = elementState;
Expand Down

0 comments on commit bab961c

Please sign in to comment.