@plurid/joiner
Version:
Multi/Mono-Repository Task Runner
12 lines (11 loc) • 862 B
TypeScript
import React from 'react';
import { AnyAction } from 'redux';
import { ThunkDispatch } from 'redux-thunk';
import { AppState } from '~kernel-services/state/store';
export declare const generalSelectors: string[];
export declare const generalSelectorsIcons: {
configurations: React.FC<import("@plurid/plurid-icons-react").PluridIconProperties>;
logs: React.FC<import("@plurid/plurid-icons-react").PluridIconProperties>;
};
export declare const renderSelectedView: (stateIndexGeneralSelector: any, setGeneralView: any) => JSX.Element;
export declare const renderGeneralView: (state: AppState, dispatch: ThunkDispatch<{}, {}, AnyAction>, openManual: any, logout: any, findEntityByID: any, mouseOverSelectors: any, setMouseOverSelectors: any, setCompactSelectors: any, selectedView: any, setSelectedView: any, setGeneralView: any) => JSX.Element;