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) 351 B
'use client'; import {jsx}from'react/jsx-runtime';import'client-only';import {createContext}from'react';const i=createContext(null);function n({children:o,...t}){return jsx(i.Provider,{value:t,children:o})}export{i as ClassificationBadgeContext,n as ClassificationBadgeProvider};//# sourceMappingURL=context.js.map //# sourceMappingURL=context.js.map