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) 189 B
import { createEffect, EffectType } from '../use-effect'; const useLayoutEffect = createEffect(EffectType.LAYOUT); export { useLayoutEffect }; //# sourceMappingURL=use-layout-effect.js.map