UNPKG

@wix/design-system

Version:

@wix/design-system

7 lines 208 B
import React from 'react'; export const WixDesignSystemContext = React.createContext({ newColorsBranding: true, newBrandingClass: 'no-brand', mobile: false, }); //# sourceMappingURL=context.js.map