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