sp-dev-fx-webparts/samples/react-staff-directory-sp2019/src/common/IAppContext.ts

7 lines
175 B
TypeScript
Executable File

/* eslint-disable @typescript-eslint/no-explicit-any */
export interface IAppContext {
currentUser:any;
themeVariant:any;
}
//# sourceMappingURL=IAppContext.d.ts.map