@gravity-ui/uikit
Version:
Gravity UI base styling and components
8 lines (7 loc) • 357 B
TypeScript
import type { FilePreviewAction } from "../../types.js";
import "./DesktopActionsMenu.css";
export interface DesktopActionsMenuProps {
actions: FilePreviewAction[];
hoverabelPanelClassName: string;
}
export declare const DesktopActionsMenu: ({ actions, hoverabelPanelClassName }: DesktopActionsMenuProps) => import("react/jsx-runtime").JSX.Element;