Manual Reference Source

basic/cluster/index.js

import ClusterServicesList from './ClusterServicesList';
import ClusterServicesOverview from './ClusterServicesOverview';
import ClusterStatusIcon from './ClusterStatusIcon';

export default {
    ClusterServicesList,
    ClusterServicesOverview,
    ClusterStatusIcon
};