![JAR search and dependency download from the Maven repository](/logo.png)
components.snippets.Panel.PanelFooter.jsx Maven / Gradle / Ivy
import React from 'react'
import PropTypes from 'prop-types'
import { CardFooter } from 'reactstrap'
/**
* Компонент подвала {@link Panel}
* @reactProps {node} children - вставляемый внутрь PanelFooter элемент
*/
export function PanelFooter({ children }) {
return {children}
}
PanelFooter.propTypes = {
children: PropTypes.node,
}
export default PanelFooter
© 2015 - 2025 Weber Informatics LLC | Privacy Policy