UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

6 lines (5 loc) 229 B
import React from 'react'; import { AlertProps } from './interface'; declare const AlertComponent: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<unknown>>; export default AlertComponent; export { AlertProps };