import * as React from 'react'; import { Table, tableHeaderCellBehavior } from '@fluentui/react-northstar'; const TableExampleStatic = () => (
); export default TableExampleStatic;