0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

chore: fix ts error (#7723) (#7724)

This commit is contained in:
Nate Moore 2023-07-19 17:11:31 -05:00 committed by GitHub
parent 77ffcc8f8b
commit b806452653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
import type { TransitionDirectionalAnimations } from '../@types/astro';
import type { TransitionDirectionalAnimations, TransitionAnimationPair } from '../@types/astro';
export function slide({
duration,