@shko.online/componentframework-mock
Version:
Mocking library to help with testing PowerApps Component Framework Components
5 lines (4 loc) • 381 B
TypeScript
import type { MockGenerator } from './MockGenerator';
import type { ShkoOnline } from '../ShkoOnline';
export declare const mockRefreshDatasets: <TInputs extends ShkoOnline.PropertyTypes<TInputs>, TOutputs extends ShkoOnline.KnownTypes<TOutputs>>(mockGenerator: MockGenerator<TInputs, TOutputs>, callback: () => void) => void;
//# sourceMappingURL=mockRefreshDatasets.d.ts.map