Skip to content

Commit 6f19939

Browse files
committed
Update import to get type check passing
1 parent 8fbb432 commit 6f19939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/Splash/Element.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import React, { ReactElement } from "react";
22

3-
import { CSS } from "@stitches/react/types/css-util";
3+
import { CSS } from "@stitches/react";
44
import CallToAction from "../CallToAction";
55
import { styled } from "src/styles/stitches.config";
66
import { useRouter } from "next/router";
77

88
interface SplashElemenProps {
99
component?: ReactElement;
1010
children?: React.ReactNode;
11-
css?: CSS;
11+
css: CSS;
1212
href: string;
1313
text: string;
1414
}

0 commit comments

Comments
 (0)