UNPKG

@hitachivantara/uikit-react-core

Version:

Core React components for the NEXT Design System.

6 lines (5 loc) 223 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const React = require("react"); const TableSectionContext = React.createContext({}); exports.TableSectionContext = TableSectionContext;