Repository URL to install this package:
Version:
1.2.13 ▾
|
"use strict";
// @flow
Object.defineProperty(exports, "__esModule", { value: true });
exports.SC_ATTR = (typeof process !== 'undefined' && process.env.SC_ATTR) ||
'data-styled-components';
exports.SC_STREAM_ATTR = 'data-styled-streamed';
exports.CONTEXT_KEY = '__styled-components-stylesheet__';
exports.IS_BROWSER = typeof window !== 'undefined' && 'HTMLElement' in window;
exports.DISABLE_SPEEDY = (typeof __DEV__ === 'boolean' && __DEV__) ||
process.env.NODE_ENV !== 'production';
//# sourceMappingURL=constants.js.map