UNPKG

@alephium/web3-react

Version:
5 lines (4 loc) 192 B
import React from 'react'; import { AlertProps } from './types'; declare const Alert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLElement>>; export default Alert;