Skip to content

Commit 86aa549

Browse files
committed
Export OnyxUpdate type
1 parent eae275b commit 86aa549

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/Onyx.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,3 +312,4 @@ declare const Onyx: {
312312
};
313313

314314
export default Onyx;
315+
export {OnyxUpdate};

lib/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import Onyx from './Onyx';
1+
import Onyx, {OnyxUpdate} from './Onyx';
22
import {CustomTypeOptions, OnyxCollection, OnyxEntry} from './types';
33
import withOnyx from './withOnyx';
44

55
export default Onyx;
6-
export {CustomTypeOptions, OnyxCollection, OnyxEntry, withOnyx};
6+
export {CustomTypeOptions, OnyxCollection, OnyxEntry, OnyxUpdate, withOnyx};

0 commit comments

Comments
 (0)