packages/rc-components/rc-table/src/selection/Context.ts (
3
lines of code) (
raw
):
import { createContext } from 'react' const Context = createContext({}) export default Context