0.2.1 #26

Merged
Thilawyn merged 144 commits from next into master 2025-12-01 23:37:40 +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: {