{
  "version": 3,
  "sources": ["../../../../../src/lib/ui/components/primitives/Kbd.tsx"],
  "sourcesContent": ["import { kbd } from './shared'\n\n/** @internal */\nexport interface KbdProps {\n\tchildren: string\n}\n\n/** @internal */\nexport function Kbd({ children }: KbdProps) {\n\treturn (\n\t\t<kbd className=\"tlui-kbd\">\n\t\t\t{kbd(children).map((k, i) => (\n\t\t\t\t<span key={i}>{k}</span>\n\t\t\t))}\n\t\t</kbd>\n\t)\n}\n"],
  "mappings": "AAYI;AAZJ,SAAS,WAAW;AAQb,SAAS,IAAI,EAAE,SAAS,GAAa;AAC3C,SACC,oBAAC,SAAI,WAAU,YACb,cAAI,QAAQ,EAAE,IAAI,CAAC,GAAG,MACtB,oBAAC,UAAc,eAAJ,CAAM,CACjB,GACF;AAEF;",
  "names": []
}
