UNPKG

expo

Version:
5 lines 249 B
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