UNPKG

@fluent-windows/core

Version:

React components that inspired by Microsoft's Fluent Design System.

9 lines (7 loc) 204 B
import * as React from 'react'; import Box from '../../Box'; const Footer = ({ children }) => React.createElement(Box, null, children); Footer.displayName = 'FNavigationFooter'; export default Footer;