UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

3 lines (2 loc) 185 B
import type { AlertIconProps } from "./types.js"; export declare const AlertIcon: ({ className, theme, view, size, }: AlertIconProps) => import("react/jsx-runtime").JSX.Element | null;