UNPKG

@shko.online/componentframework-mock

Version:

Mocking library to help with testing PowerApps Component Framework Components

4 lines 354 B
import type { MockGenerator } from './MockGenerator'; import type { ShkoOnline } from '../ShkoOnline'; export declare const mockSetControlState: <TInputs extends ShkoOnline.PropertyTypes<TInputs>, TOutputs extends ShkoOnline.KnownTypes<TOutputs>>(mockGenerator: MockGenerator<TInputs, TOutputs>) => void; //# sourceMappingURL=mockSetControlState.d.ts.map