From c43e5c53438eec9aacddeb791e616e4eb9478a34 Mon Sep 17 00:00:00 2001 From: Eric Butler Date: Tue, 15 Apr 2025 12:47:44 -0400 Subject: [PATCH] feat: export SourceType enum Gives consumers of this library a way to properly avoid triggering the eslint rule `@typescript-eslint/no-unsafe-enum-comparison` --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 6213b1a7..bb9df748 100644 --- a/src/index.ts +++ b/src/index.ts @@ -22,6 +22,7 @@ export type { NumberFormatBaseProps, PatternFormatProps, SourceInfo, + SourceType, NumberFormatValues, OnValueChange, InputAttributes,