UNPKG

@wix/design-system

Version:

@wix/design-system

7 lines 325 B
import { Context } from 'react'; import { WixDesignSystemDefaultProps } from './types'; declare global { var __WDSDefaultPropsContext__: Context<WixDesignSystemDefaultProps> | undefined; } export declare const WixDesignSystemDefaultPropsContext: Context<WixDesignSystemDefaultProps>; //# sourceMappingURL=context.d.ts.map