UNPKG

@dark-engine/core

Version:

The lightweight and powerful UI rendering engine without dependencies and written in TypeScript (Browser, Node.js, Android, iOS, Windows, Linux, macOS)

8 lines (7 loc) 335 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); exports.useLayoutEffect = void 0; const use_effect_1 = require('../use-effect'); const useLayoutEffect = (0, use_effect_1.createEffect)(use_effect_1.EffectType.LAYOUT); exports.useLayoutEffect = useLayoutEffect; //# sourceMappingURL=use-layout-effect.js.map