UNPKG

@alicloud/console-components

Version:

Alibaba Cloud React Components

5 lines (4 loc) 134 B
import type { IQuickShowConfig } from '../types'; export default function alert(config: IQuickShowConfig): { hide: () => void; };