UNPKG

@hitachivantara/uikit-react-core

Version:

Core React components for the NEXT Design System.

6 lines (5 loc) 116 B
import { createContext } from "react"; const SelectionContext = createContext([""]); export { SelectionContext };