aboutsummaryrefslogtreecommitdiff
path: root/src/lib/motion/types.ts
blob: e97a10974b482427a7b025cefad9ecafdb2116b1 (plain)
1
2
export type AnimationFn = () => Promise<void>
export type Resolve = (value?: any) => Promise<void>