Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/location/widget/src/address/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/location/widget/src/address/featurevent.js

import BaseFeature from "./features/basefeature";

export type FeatureEvent = {
	feature: BaseFeature,
	eventCode: string,
	payload: Object,
};