@shko.online/componentframework-mock
Version:
Mocking library to help with testing PowerApps Component Framework Components
11 lines (10 loc) • 359 B
TypeScript
/// <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