{"version":3,"file":"LayoutFooter.mjs","names":[],"sources":["../../../src/Layout/components/LayoutFooter.tsx"],"sourcesContent":["'use client';\n\nimport { cx } from 'antd-style';\nimport { memo } from 'react';\n\nimport { styles } from '../style';\nimport type { LayoutFooterProps } from '../type';\n\nexport const LayoutFooter = memo<LayoutFooterProps>(({ children, className, ...rest }) => {\n  return (\n    <footer className={cx(styles.footer, className)} {...rest}>\n      {children}\n    </footer>\n  );\n});\n\nLayoutFooter.displayName = 'LayoutFooter';\n\nexport default LayoutFooter;\n"],"mappings":";;;;;;AAQA,MAAa,eAAe,MAAyB,EAAE,UAAU,WAAW,GAAG,WAAW;AACxF,QACE,oBAAC,UAAD;EAAQ,WAAW,GAAG,OAAO,QAAQ,UAAU;EAAE,GAAI;EAClD;EACM,CAAA;EAEX;AAEF,aAAa,cAAc"}