UNPKG

@openshift-console/dynamic-plugin-sdk

Version:

Provides core APIs, types and utilities used by dynamic plugins at runtime.

4 lines (3 loc) 196 B
import { K8sState } from '../../redux-types'; export declare const getReduxIdPayload: (state: any, reduxId: any) => any; export declare const getK8sDataById: (state: K8sState, id: string) => any;