@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
39 lines (38 loc) • 1.68 kB
TypeScript
/**
* CodeAnalizerComment: Updated 4 imports on 2024-09-22 14:49:52
* Update:: import { IPropertyPaneGroup } to '@mikezimm/fps-core-v7/lib/types/@msft/1.15.2/sp-property-pane;'
* Update:: import { IPropertyPaneDropdownProps } to '@mikezimm/fps-core-v7/lib/types/@msft/1.15.2/sp-property-pane;'
* Update:: import { IPropertyPaneField } to '@mikezimm/fps-core-v7/lib/types/@msft/1.15.2/sp-property-pane;'
* Update:: import { IMinWPBannerProps } to '@mikezimm/fps-core-v7/lib/banner/interfaces/MinWP/IMinWPBannerProps;'
*/
import { IPropertyPaneGroup, IPropertyPaneField } from '@mikezimm/fps-core-v7/lib/types/@msft/1.15.2/sp-property-pane';
import { IMinWPBannerProps } from '@mikezimm/fps-core-v7/lib/banner/interfaces/MinWP/IMinWPBannerProps';
import { IFPSTileChoice } from './IFpsTileComponentWPProps';
export declare const highlightColorChoices: {
index: number;
key: string;
text: string;
}[];
export declare const fpsTileLayoutChoices: {
index: number;
key: string;
text: string;
}[];
export declare const fpsBoxTileLayoutChoices: {
index: number;
key: string;
text: string;
}[];
export declare const fpsImageTileLayoutChoices: {
index: number;
key: string;
text: string;
}[];
export declare const fpsTileFileImagePriorityChoices: {
index: number;
key: string;
text: string;
}[];
export declare function createFPSTileLayoutChoiceField(type: IFPSTileChoice): IPropertyPaneField<any>;
export declare function FPSTileWPGroup(wpProps: IMinWPBannerProps, isCollapsed: boolean, tileChoice: IFPSTileChoice): IPropertyPaneGroup;
//# sourceMappingURL=FPSTileWPGroup.d.ts.map