.
This commit is contained in:
parent
445d1bfb0e
commit
543ceb69f2
@ -1,3 +1,4 @@
|
|||||||
|
import { UseDownloader } from "@/lib/hooks/useDownloader/types";
|
||||||
import {
|
import {
|
||||||
Button,
|
Button,
|
||||||
Dialog,
|
Dialog,
|
||||||
@ -12,7 +13,6 @@ import {
|
|||||||
} from "@/ui";
|
} from "@/ui";
|
||||||
import { t } from "i18next";
|
import { t } from "i18next";
|
||||||
import { useEffect, useId } from "react";
|
import { useEffect, useId } from "react";
|
||||||
import { UseDownloader } from "react-use-downloader/dist/types";
|
|
||||||
|
|
||||||
type DownloadQuoteDialogProps = Omit<UseDownloader, "download"> & {
|
type DownloadQuoteDialogProps = Omit<UseDownloader, "download"> & {
|
||||||
onFinishDownload: () => void;
|
onFinishDownload: () => void;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user