// Native fileexport * from'./dom-hooks';
exporttype { DOMProps, DOMImperativeFactory } from'./dom.types';
// TODO: Maybe this could be a bundler global instead./** @returns `true` when the current JS running in a DOM Component environment. */exportconstIS_DOM = false;