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) 353 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); exports.useInsertionEffect = void 0; const use_effect_1 = require('../use-effect'); const useInsertionEffect = (0, use_effect_1.createEffect)(use_effect_1.EffectType.INSERTION); exports.useInsertionEffect = useInsertionEffect; //# sourceMappingURL=use-insertion-effect.js.map