| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/location/widget/src/address/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/location/widget/src/address/featurevent.js |
import BaseFeature from "./features/basefeature";
export type FeatureEvent = {
feature: BaseFeature,
eventCode: string,
payload: Object,
};