Skip to content

Commit

Permalink
fix: Export Mode enum as value (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jun 10, 2024
1 parent 60c8d35 commit ee97491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './MMKV';
export * from './hooks';

export type { Mode, Configuration } from './NativeMmkv';
export { Mode, Configuration } from './NativeMmkv';

0 comments on commit ee97491

Please sign in to comment.