@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
1 lines • 955 B
Source Map (JSON)
{"version":3,"file":"LayoutSidebarInner.mjs","names":[],"sources":["../../../src/Layout/components/LayoutSidebarInner.tsx"],"sourcesContent":["'use client';\n\nimport { cx } from 'antd-style';\nimport { memo } from 'react';\n\nimport { styles } from '../style';\nimport type { LayoutSidebarInnerProps } from '../type';\n\nexport const LayoutSidebarInner = memo<LayoutSidebarInnerProps>(\n ({ headerHeight, children, className, ...rest }) => {\n // headerHeight is part of the interface but not used in this component\n void headerHeight;\n return (\n <div className={cx(styles.asideInner, className)} {...rest}>\n {children}\n </div>\n );\n },\n);\n\nLayoutSidebarInner.displayName = 'LayoutSidebarInner';\n\nexport default LayoutSidebarInner;\n"],"mappings":";;;;;;;;AAQA,MAAa,qBAAqB,MAC/B,EAAE,cAAc,UAAU,WAAW,GAAG,WAAW;AAGlD,QACE,oBAAC;EAAI,WAAW,GAAG,OAAO,YAAY,UAAU;EAAE,GAAI;EACnD;GACG;EAGX;AAED,mBAAmB,cAAc;AAEjC,iCAAe"}