Commit 0cad7ff4 authored by timel's avatar timel

fix: small types

parent 13a02f31
Pipeline #22708 passed with stages
in 10 minutes and 22 seconds
......@@ -39,7 +39,7 @@ export const Card: React.FC<{ idx: number }> = React.memo(({ idx }) => {
const card = cardStore.inner[idx];
const snap = useSnapshot(card);
const [styles, api] = useSpring(
const [styles, api] = useSpring<SpringApiProps>(
() =>
({
x: 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment