UNPKG

@finos/legend-studio

Version:
15 lines 701 B
/// <reference types="react" resolution-mode="require"/> import type { ServiceTestSuiteState } from '../../../../../stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js'; import { type ServiceTestSetupState } from '../../../../../stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js'; export declare const NewParameterModal: ((props: { setupState: ServiceTestSetupState; isReadOnly: boolean; }) => JSX.Element) & { displayName: string; }; export declare const ServiceTestsEditor: ((props: { suiteState: ServiceTestSuiteState; }) => JSX.Element) & { displayName: string; }; //# sourceMappingURL=ServiceTestsEditor.d.ts.map