/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/Libraries/Lists/VirtualizeUtils.js
16 строк
447 B
Jakub Piasecki
Update files in `packages/virtualized-lists` to use `export` syntax (#49262)
11 фев 2025, 20:25
11 фев 2025, 20:25
1cf4c84
Код
Авторство
О чём код?
/** * 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'; import VirtualizedLists from '@react-native/virtualized-lists'; type KeyExtractorType = typeof VirtualizedLists.keyExtractor; export const keyExtractor: KeyExtractorType = VirtualizedLists.keyExtractor;