UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

4 lines (3 loc) 261 B
import type { ActionsPanelProps } from "./types.js"; import "./ActionsPanel.css"; export declare const ActionsPanel: ({ className, actions, onClose, renderNote, noteClassName, qa, maxRowActions, }: ActionsPanelProps) => import("react/jsx-runtime").JSX.Element;