import type { AlloyComponent } from '../../api/component/ComponentApi'; import type { ReflectingConfig, ReflectingState } from './ReflectingTypes'; const getState = (component: AlloyComponent, replaceConfig: ReflectingConfig, reflectState: ReflectingState): ReflectingState => reflectState; export { getState };