UNPKG

@silk-hq/components

Version:

UI Components by Silk

10 lines (9 loc) 196 B
/* eslint-disable */ // @ts-nocheck export function canUseDOM() { return !!( typeof window !== "undefined" && window.document && window.document.createElement ); }