Replies: 1 comment
-
|
You can import types like this: import type { MaskInputOptions } from "maska" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to be able to type options object, for example
const options: MaskInputOptions = { onMaska: (details) => .... }If there is a way to import these types and I am just missing it, let me know
Otherwise I can create a PR for it
Beta Was this translation helpful? Give feedback.
All reactions