UNPKG

@patreon/studio

Version:

Patreon Studio Design System

5 lines (4 loc) 237 B
import React from 'react'; import type { AlertProps } from './types'; /** @deprecated use the `OverlayTrigger` + `OverlayDialog` components instead */ export declare function Alert({ children, ...props }: AlertProps): React.JSX.Element;