From f05a472585b2506da21aed71f0252b2d4c04a221 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 5 Feb 2024 04:15:02 +0530 Subject: React Slides * Adds useState * State * useEffect * Side Effects --- src/lib/motion/types.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/lib/motion/types.ts (limited to 'src/lib/motion/types.ts') diff --git a/src/lib/motion/types.ts b/src/lib/motion/types.ts new file mode 100644 index 0000000..e97a109 --- /dev/null +++ b/src/lib/motion/types.ts @@ -0,0 +1,2 @@ +export type AnimationFn = () => Promise +export type Resolve = (value?: any) => Promise -- cgit v1.2.3