0.2.2 #31

Merged
Thilawyn merged 184 commits from next into master 2026-01-16 17:05:31 +01:00
Showing only changes of commit 66289da64c - Show all commits

View File

@@ -559,7 +559,7 @@ const runReactEffect = <E, R>(
) )
export namespace useReactLayoutEffect { export namespace useReactLayoutEffect {
export type Options = useReactEffect.Options export interface Options extends useReactEffect.Options {}
} }
export const useReactLayoutEffect: { export const useReactLayoutEffect: {