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 Header = ({ children }) => React.createElement(Box, null, children); Header.displayName = 'FNavigationHeader'; export default Header;