@grafana/ui
Version:
Grafana Components Library
1 lines • 718 B
Source Map (JSON)
{"version":3,"file":"TabContent.mjs","sources":["../../../../src/components/Tabs/TabContent.tsx"],"sourcesContent":["import { type HTMLAttributes, type ReactNode } from 'react';\n\ninterface Props extends HTMLAttributes<HTMLDivElement> {\n children: ReactNode;\n}\n\n/**\n * https://developers.grafana.com/ui/latest/index.html?path=/docs/navigation-tabs--docs\n */\nexport const TabContent = ({ children, className, ...restProps }: Props) => {\n return (\n <div {...restProps} className={className}>\n {children}\n </div>\n );\n};\n"],"names":[],"mappings":";;;AASO,MAAM,aAAa,CAAC,EAAE,UAAU,SAAA,EAAW,GAAG,WAAU,KAAa;AAC1E,EAAA,uBACE,GAAA,CAAC,KAAA,EAAA,EAAK,GAAG,SAAA,EAAW,WACjB,QAAA,EACH,CAAA;AAEJ;;;;"}