UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

16 lines (15 loc) 1.06 kB
/** * CodeAnalizerComment: Updated 3 imports on 2024-09-21 23:07:24 * Update:: import { IPropertyPaneDropdownOption } to '@mikezimm/fps-core-v7/lib/types/@msft/1.15.2/sp-property-pane;' * Update:: import { PivotLinkSize } to '@mikezimm/fps-core-v7/lib/types/@fluentUI/@7.199.1/Pivot;' * Update:: import { PivotLinkFormat } to '@mikezimm/fps-core-v7/lib/types/@fluentUI/@7.199.1/Pivot;' */ import { IPropertyPaneDropdownOption } from "../../types/@msft/1.15.2/sp-property-pane"; import { PivotLinkSize, PivotLinkFormat } from '../../types/@fluentUI/@7.199.1/Pivot'; import { IPivotFormatChoices, IPivotSizeChoices } from "./Types"; export declare const pivFormatChoices: IPropertyPaneDropdownOption[]; export declare const pivSizeChoices: IPropertyPaneDropdownOption[]; export declare const pivOptionsChoices: IPropertyPaneDropdownOption[]; export declare function getPivFormat(findMe: IPivotFormatChoices): PivotLinkFormat; export declare function getPivSize(findMe: IPivotSizeChoices): PivotLinkSize; //# sourceMappingURL=PivotOptions.d.ts.map