Repository URL to install this package:
|
Version:
0.0.4 ▾
|
import React from 'react';
import { AlertProps } from './types';
declare const Alert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLElement>>;
export default Alert;