UNPKG

@trove-ui/react

Version:

A React component library for T Design UI

14 lines (13 loc) 626 B
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime"; import * as __WEBPACK_EXTERNAL_MODULE_classnames__ from "classnames"; const Footer_Footer = ({ height = '60px', className = '', children, style = {}, ...props })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("footer", { ...props, style: { height, ...style }, className: (0, __WEBPACK_EXTERNAL_MODULE_classnames__["default"])('t-footer', className), children: children }); const Footer = Footer_Footer; export { Footer as default };