import * as React from 'react'; import { Label } from 'office-ui-fabric-react'; import { IPivotItemProps, Pivot, PivotItem } from '@fluentui/react-tabs'; export const PivotOnChangeExample = () => { const [lastHeader, setLastHeader] = React.useState<{ props: IPivotItemProps } | undefined>(undefined); return (