UNPKG

@wix/design-system

Version:

@wix/design-system

7 lines 334 B
import { Context } from 'react'; import { IconThemeContextValue } from './WixDesignSystemIconThemeProvider.types'; declare global { var __WDSSystemIconThemeContext__: Context<IconThemeContextValue> | undefined; } export declare const IconThemeContext: Context<IconThemeContextValue>; //# sourceMappingURL=IconThemeContext.d.ts.map