@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
15 lines • 665 B
TypeScript
import { IFPSTileElementExtras, IFPSTileElementProps } from "../components/FPSTile/IFPSTileElementProps";
import { IFpsTileComponentWPProps } from "../webPart/IFpsTileComponentWPProps";
/**
* Use this in the MainWebPart Render to build eleProps object
* @param wpProps
* @returns
*/
export declare function buildFPSTileEleWPProps(wpProps: IFpsTileComponentWPProps): IFPSTileElementProps;
/**
* Use this in the MainWebPart Render to build eleExtras object
* @param wpProps
* @returns
*/
export declare function buildFPSTileEleWPExtras(wpProps: IFpsTileComponentWPProps): IFPSTileElementExtras;
//# sourceMappingURL=packageWPPropsExtras.d.ts.map