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