import React from 'react'; import { Icon } from '$components/panels/Icon'; type Props = { clearPoly: Function, clearStickers: Function, clearAll: Function, clearCancel: Function, width: Number, } export const TrashDialog = ({ clearPoly, clearStickers, clearAll, clearCancel, width, }: Props) => (
Удалить:
Маршрут
Стикеры
ВСЕ
Отмена
);