UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

3 lines (2 loc) 184 B
import type { AlertActionsProps } from "./types.js"; export declare const AlertActions: ({ items, children, className }: AlertActionsProps) => import("react/jsx-runtime").JSX.Element;