UNPKG

react-native-macos

Version:
25 lines (19 loc) 668 B
/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @flow strict-local * @format */ 'use strict'; export type { ViewToken, ViewabilityConfig, ViewabilityConfigCallbackPair, } from '@react-native-macos/virtualized-lists'; // [macOS] import {typeof ViewabilityHelper as ViewabilityHelperType} from '@react-native-macos/virtualized-lists'; // [macOS] const ViewabilityHelper: ViewabilityHelperType = require('@react-native-macos/virtualized-lists').ViewabilityHelper; // [macOS] module.exports = ViewabilityHelper;