We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5329713 commit 7f52c58Copy full SHA for 7f52c58
src/components/Card.astro
@@ -1,6 +1,4 @@
1
---
2
-import { undefined } from "astro:schema";
3
-
4
interface Props {
5
variant: "light" | "dark";
6
title?: string;
src/components/Link.astro
href: string | URL;
variant: "blank" | "primary" | "outlined";
0 commit comments