@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
20 lines (19 loc) • 354 B
JavaScript
import { jsx as m } from "react/jsx-runtime";
import { cn as r } from "../../../utils/index.js";
const a = ({
className: t,
...o
}) => /* @__PURE__ */ m(
"span",
{
className: r(
"ml-auto text-xs tracking-widest text-muted-foreground",
t
),
...o
}
);
a.displayName = "CommandShortcut";
export {
a as CommandShortcut
};