@finos/legend-application-studio
Version:
Legend Studio application core
8 lines • 529 B
TypeScript
import { type GlobalBulkServiceRegistrationState, REGISTRATION_RESULT } from '../../../stores/editor/sidebar-state/BulkServiceRegistrationState.js';
export declare const getRegistrationStatusIcon: (isSelected: boolean, registrationResult: REGISTRATION_RESULT) => React.ReactNode;
export declare const RegisterService: ((props: {
globalBulkServiceRegistrationState: GlobalBulkServiceRegistrationState;
}) => import("react/jsx-runtime").JSX.Element) & {
displayName: string;
};
//# sourceMappingURL=RegisterService.d.ts.map