Files
Fluxup_PAP/node_modules/expo/build/dom/dom.d.ts
2026-03-10 16:18:05 +00:00

5 lines
249 B
TypeScript

export * from './dom-hooks';
export type { DOMProps, DOMImperativeFactory } from './dom.types';
/** @returns `true` when the current JS running in a DOM Component environment. */
export declare const IS_DOM = false;
//# sourceMappingURL=dom.d.ts.map