UNPKG

@hitachivantara/uikit-react-core

Version:
6 lines (5 loc) 172 B
import { createContext } from "react"; //#region src/Table/TableSectionContext.ts var TableSectionContext = createContext({}); //#endregion export { TableSectionContext };