@openshift-console/dynamic-plugin-sdk
Version:
Based on the concept of [webpack module federation](https://webpack.js.org/concepts/module-federation/), dynamic plugins are loaded and interpreted from remote sources at runtime. The standard way to deliver and expose dynamic plugins to Console is throug
25 lines (24 loc) • 768 B
TypeScript
export * from './add-actions';
export * from './catalog';
export * from './cluster-settings';
export * from './context-providers';
export * from './dashboards';
export * from './feature-flags';
export * from './file-upload';
export * from './navigation';
export * from './pages';
export * from './perspectives';
export * from './pvc';
export * from './redux';
export * from './resource-metadata';
export * from './telemetry';
export * from './yaml-templates';
export * from './notification-alert';
export * from './console-types';
export * from './storage-provider';
export * from './actions';
export * from './topology-details';
export * from './topology';
export * from './create-resource';
export * from './user-preferences';
export * from './horizontal-nav-tabs';