fix: page transition origin

This commit is contained in:
not-nullptr 2024-11-13 20:20:23 +00:00
parent bf14b90057
commit 1101fb0ae1
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ export const blur = (
origin: Combination<
"top" | "bottom" | "left" | "right" | "center",
"top" | "bottom" | "left" | "right" | "center"
>;
> & {};
}>
| undefined,
dir: {