UNPKG

@brizy/media-gallery

Version:
11 lines (10 loc) 381 B
import React from "react"; import { EmptyStack } from "../../EmptyStack"; import { useTranslation } from "../../../locale/useTranslation"; export var NothingSelected = function() { var t = useTranslation().t; return /*#__PURE__*/ React.createElement(EmptyStack, { title: t("Nothing Selected"), description: t("Select a file to view its details") }); };