UNPKG

@alicloud/console-components

Version:
9 lines (8 loc) 217 B
export var getInitialRefElement = function () { if (typeof document === 'undefined') { // this is executed in SSR // document is not defined return null; } return document.body; };