UNPKG

@accelint/design-toolkit

Version:

An open-source component library to serve as part of the entire ecosystem of UX for Accelint.

4 lines (3 loc) 335 B
'use client'; import {jsx}from'react/jsx-runtime';import'client-only';import {createContext}from'react';const r=createContext(null);function l({children:t,...e}){return jsx(r.Provider,{value:e,children:t})}export{r as DetailsListContext,l as DetailsListProvider};//# sourceMappingURL=context.js.map //# sourceMappingURL=context.js.map