Skip to content

Commit

Permalink
chore: Update index type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Jan 19, 2023
1 parent 8514238 commit 536e6a0
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions packages/virtualized-lists/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,21 @@ import typeof VirtualizedSectionList from './Lists/VirtualizedSectionList';
import {typeof VirtualizedListContextResetter} from './Lists/VirtualizedListContext';
import typeof ViewabilityHelper from './Lists/ViewabilityHelper';

import type {
export type {
ViewToken,
ViewabilityConfigCallbackPair,
} from './Lists/ViewabilityHelper';
import type {
export type {
RenderItemProps,
RenderItemType,
Separators,
} from './Lists/VirtualizedListProps';
import type {
export type {
Props as VirtualizedSectionListProps,
ScrollToLocationParamsType,
SectionBase,
} from './Lists/VirtualizedSectionList';

export type {
RenderItemProps,
RenderItemType,
ScrollToLocationParamsType,
SectionBase,
Separators,
VirtualizedSectionListProps,
ViewabilityConfigCallbackPair,
ViewToken,
};

module.exports = {
keyExtractor,

Expand Down

0 comments on commit 536e6a0

Please sign in to comment.