UNPKG

@bigbinary/neetoui

Version:

neetoUI drives the experience at all neeto products

12 lines (9 loc) 223 B
import React from "react"; import { TooltipProps } from "./Tooltip"; export type KbdProps = { keyName?: string; className?: string; tooltipProps?: TooltipProps; }; const Kbd: React.FC<KbdProps>; export default Kbd;