Skip to content

Commit

Permalink
export types
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispader committed May 31, 2024
1 parent ebbf0e1 commit 72bea51
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
import type {ConnectOptions, OnyxUpdate} from './Onyx';
import Onyx from './Onyx';
import type {CustomTypeOptions, KeyValueMapping, NullishDeep, OnyxCollection, OnyxEntry, OnyxKey, OnyxValue, Selector} from './types';
import type {
CustomTypeOptions,
KeyValueMapping,
NullishDeep,
OnyxCollection,
OnyxEntry,
OnyxInput,
OnyxKey,
OnyxValue,
Selector,
OnyxSetInput,
OnyxMultiSetInput,
OnyxMergeInput,
OnyxMergeCollectionInput,
} from './types';
import type {FetchStatus, ResultMetadata, UseOnyxResult} from './useOnyx';
import useOnyx from './useOnyx';
import withOnyx from './withOnyx';
Expand All @@ -16,7 +30,12 @@ export type {
NullishDeep,
OnyxCollection,
OnyxEntry,
OnyxInput,
OnyxKey,
OnyxSetInput,
OnyxMultiSetInput,
OnyxMergeInput,
OnyxMergeCollectionInput,
OnyxUpdate,
OnyxValue,
ResultMetadata,
Expand Down

0 comments on commit 72bea51

Please sign in to comment.