/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v18.0.0
packages/react/index.experimental.js
55 строк
1 KB
Sebastian Markbåge
Gate legacy hidden (#24047)
09 мар 2022, 19:48
Не верифицирован
09 мар 2022, 19:48
72a933d
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @flow */ export { __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, act as unstable_act, Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, SuspenseList, cloneElement, createContext, createElement, createFactory, createMutableSource as unstable_createMutableSource, createRef, createServerContext, forwardRef, isValidElement, lazy, memo, startTransition, unstable_Cache, unstable_DebugTracingMode, unstable_Offscreen, unstable_getCacheSignal, unstable_getCacheForType, unstable_useCacheRefresh, useId, useCallback, useContext, useDebugValue, useDeferredValue, useEffect, useImperativeHandle, useInsertionEffect, useLayoutEffect, useMemo, useReducer, useRef, useState, useSyncExternalStore, useTransition, version, } from './src/React';