We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fbb432 commit 6f19939Copy full SHA for 6f19939
docs/components/Splash/Element.tsx
@@ -1,14 +1,14 @@
1
import React, { ReactElement } from "react";
2
3
-import { CSS } from "@stitches/react/types/css-util";
+import { CSS } from "@stitches/react";
4
import CallToAction from "../CallToAction";
5
import { styled } from "src/styles/stitches.config";
6
import { useRouter } from "next/router";
7
8
interface SplashElemenProps {
9
component?: ReactElement;
10
children?: React.ReactNode;
11
- css?: CSS;
+ css: CSS;
12
href: string;
13
text: string;
14
}
0 commit comments