@microsoft/sp-webpart-base
Version:
SharePoint Framework support for building web parts
19 lines (15 loc) • 438 B
TypeScript
// This file was generated by a tool. Modifying it will produce unexpected behavior
/**
* @public
*/
export interface IUtilsStrings {
/**
* [Tag:ODSP-SPPPLAT-WebPartInfra] Error message for the missing manifest card. {0} will be replaced with the name of errored card (provided by a card's developer).
*/
'DashCardNoManifestError': string;
}
/**
* @public
*/
declare const strings: IUtilsStrings;
export default strings;