UNPKG

@hitachivantara/uikit-react-core

Version:

Core React components for the NEXT Design System.

7 lines (6 loc) 156 B
import { createContext } from "react"; const ListContext = createContext({}); ListContext.displayName = "ListContext"; export { ListContext as default };