import * as React from 'react'; import { Divider } from '@fluentui/react-northstar'; const DividerExampleFittedShorthand = () => ( <> There is no space between this text and the divider. There is no space between this text and the divider. ); export default DividerExampleFittedShorthand;