import type { IComponentOptions } from 'angular'; import { module } from 'angular'; export const accountRegionClusterSelectorWrapperComponent: IComponentOptions = { bindings: { application: '<', component: '<', accounts: '<', clusterField: '<', singleRegion: '<', showAllRegions: ' `, }; export const ACCOUNT_REGION_CLUSTER_SELECTOR_WRAPPER = 'spinnaker.core.accountRegionClusterSelectorWrapper.component'; module(ACCOUNT_REGION_CLUSTER_SELECTOR_WRAPPER, []).component( 'accountRegionClusterSelectorWrapper', accountRegionClusterSelectorWrapperComponent, );