ssap_app/node_modules/expo/build/dom/dom.d.ts

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