Files
powerpoint-toolbox/node_modules/office-addin-manifest-converter/lib/localeFile.d.ts
T
2025-03-07 19:22:02 +01:00

7 lines
198 B
TypeScript

export declare class LocaleFile {
_resources: Object;
constructor();
addResource(key: string, value: string): void;
getResources(): object;
}
//# sourceMappingURL=localeFile.d.ts.map