UNPKG

@grafana/ui

Version:
1 lines 728 B
{"version":3,"file":"TabContent.cjs","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":["jsx"],"mappings":";;;;;;;AASO,MAAM,aAAa,CAAC,EAAE,UAAU,SAAA,EAAW,GAAG,WAAU,KAAa;AAC1E,EAAA,uBACEA,cAAA,CAAC,KAAA,EAAA,EAAK,GAAG,SAAA,EAAW,WACjB,QAAA,EACH,CAAA;AAEJ;;;;"}