UNPKG

@shko.online/componentframework-mock

Version:

Mocking library to help with testing PowerApps Component Framework Components

8 lines 331 B
/// <reference types="powerapps-component-framework" /> import type { SinonStub } from 'sinon'; export declare class EventsBagMock implements ComponentFramework.IEventBag { [x: string]: SinonStub<[...params: unknown[]], void>; private static indexedHandler; constructor(); } //# sourceMappingURL=EventsBag.mock.d.ts.map