UNPKG

@mikezimm/npmfunctions

Version:
12 lines (11 loc) 406 B
import { WebPartContext } from '@microsoft/sp-webpart-base'; export interface IHandleBarReplacements { [key: string]: string[]; Pages: string[]; Lists: string[]; Users: string[]; Webs: string[]; Sites: string[]; } export declare const HandleBarReplacements: IHandleBarReplacements; export declare function replaceHandleBars(str: string, context: WebPartContext): string;