import * as React from 'react'; import { Image as ImageFabric } from 'office-ui-fabric-react'; import { Image as ImageFluent } from '@fluentui/react-northstar'; export default { iterations: 5000, }; export const Fabric = () => ; export const Fluent = () => ;