UNPKG

@hitachivantara/uikit-react-core

Version:

Core React components for the NEXT Design System.

6 lines (5 loc) 120 B
import { createContext } from "react"; const TableSectionContext = createContext({}); export { TableSectionContext };