UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

4 lines (3 loc) 159 B
import * as React from 'react'; import type { AlertContextType } from "./types.js"; export declare const AlertContext: React.Context<AlertContextType | null>;