This commit is contained in:
LukeGus
2026-05-28 22:29:20 -05:00
parent 33dcde0827
commit 5777351145
238 changed files with 62301 additions and 98953 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import * as React from "react";
import { cn } from "@/lib/utils";
export interface KbdProps extends React.HTMLAttributes<HTMLElement> {}
export type KbdProps = React.HTMLAttributes<HTMLElement>;
const Kbd = React.forwardRef<HTMLElement, KbdProps>(
({ className, ...props }, ref) => {