adminjs
Version:
Admin panel for apps written in node.js
12 lines (11 loc) • 578 B
TypeScript
import React from 'react';
declare const _default: React.ComponentType<{
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
} & {
OriginalComponent?: React.ComponentType<{
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
}> | undefined;
}>;
export default _default;