UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

9 lines (8 loc) 627 B
import type { AlertProps } from "./types.js"; export declare const Alert: { (props: AlertProps): import("react/jsx-runtime").JSX.Element; Icon: ({ className, theme, view, size, }: import("./types.js").AlertIconProps) => import("react/jsx-runtime").JSX.Element | null; Title: ({ text, className }: import("./types.js").AlertTitleProps) => import("react/jsx-runtime").JSX.Element; Actions: ({ items, children, className }: import("./types.js").AlertActionsProps) => import("react/jsx-runtime").JSX.Element; Action: (props: import("./types.js").AlertActionProps) => import("react/jsx-runtime").JSX.Element; };