adminjs
Version:
Admin panel for apps written in node.js
16 lines (15 loc) • 1 kB
TypeScript
import React from 'react';
declare const FormattedBulkDelete: import("react-redux").ConnectedComponent<any, {
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
store?: import("redux").Store<any, import("redux").AnyAction> | undefined;
}>;
declare const OverridableFormattedBulkDelete: 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 { OverridableFormattedBulkDelete as default, OverridableFormattedBulkDelete as BulkDelete, FormattedBulkDelete as OriginalBulkDelete, };