import * as React from 'react'; import { FocusZone } from 'office-ui-fabric-react/lib/FocusZone'; import { Fabric } from 'office-ui-fabric-react/lib/Fabric'; // TODO: may be hooks? export default class FocusZoneExample extends React.Component<{}, {}> { public render(): JSX.Element { return (
); } }