@mikezimm/npmfunctions
Version:
Functions used in my SPFx webparts
16 lines (15 loc) • 597 B
TypeScript
import { IFPSWindowProps, IFPSSectionStyle } from './FPSInterfaces';
/**
* This will just send standard message to the console if it's needed
* @param consoleResult
* @param result
* @param section
*/
export declare function sendStandardConsole(consoleResult: boolean, result: string, section: IFPSSectionStyle): void;
/**
* This will just send standard message to the console if it's needed
* @param consoleResult
* @param result
* @param section
*/
export declare function sendFPSWindowConsole(consoleResult: boolean, result: string, FPSOptions: IFPSWindowProps): void;