UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

9 lines (7 loc) 277 B
var parseIsSsrByDefault = () => !(typeof window !== 'undefined' && window.document && Boolean(window.document.createElement) && window.setTimeout); var Global = { devToolsEnabled: true, isSsr: parseIsSsrByDefault() }; export { Global }; //# sourceMappingURL=Global.js.map