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)

5 lines (4 loc) 201 B
import { createEffect, EffectType } from '../use-effect'; const useInsertionEffect = createEffect(EffectType.INSERTION); export { useInsertionEffect }; //# sourceMappingURL=use-insertion-effect.js.map