UNPKG

@shko.online/componentframework-mock

Version:

Mocking library to help with testing PowerApps Component Framework Components

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