UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

4 lines (3 loc) 160 B
import * as React from 'react'; import type { InternalToastProps } from "../types.js"; export declare const ToastsContext: React.Context<InternalToastProps[]>;