import * as React from 'react';
import { Grid, Image } from '@fluentui/react-northstar';
const images = [
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
];
const GridExample = () => (
Grid with specified number or rows:
Grid with explicitly specified rows:
);
export default GridExample;