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