UNPKG

@wix/design-system

Version:

@wix/design-system

7 lines 282 B
import { createContext } from 'react'; if (!globalThis.__WDSDefaultPropsContext__) { globalThis.__WDSDefaultPropsContext__ = createContext({}); } export const WixDesignSystemDefaultPropsContext = globalThis.__WDSDefaultPropsContext__; //# sourceMappingURL=context.js.map