📦 hyoban / big-react

📄 internals.ts · 9 lines
1
2
3
4
5
6
7
8
9import * as React from "react"

/**
 * 为 react 和 react-reconciler 之间进行中转
 */
const internals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED

export default internals