UNPKG

@mikezimm/npmfunctions

Version:
12 lines (11 loc) 615 B
import { IPropertyPaneDropdownOption } from "@microsoft/sp-property-pane"; import { PivotLinkSize, PivotLinkFormat } from 'office-ui-fabric-react/lib/Pivot'; import { IPivotFormatChoices, IPivotSizeChoices } from "./Types"; export declare class PivotOptionsGroup { pivFormatChoices: IPropertyPaneDropdownOption[]; pivSizeChoices: IPropertyPaneDropdownOption[]; pivOptionsChoices: IPropertyPaneDropdownOption[]; getPivFormat(findMe: IPivotFormatChoices): PivotLinkFormat; getPivSize(findMe: IPivotSizeChoices): PivotLinkSize; } export declare let pivotOptionsGroup: PivotOptionsGroup;