UNPKG

polaris-glints

Version:

Glints forked polaris react

6 lines (3 loc) 138 B
import { createContext } from 'react'; const WithinContentContext = /*#__PURE__*/createContext(false); export { WithinContentContext };