UNPKG

uyem

Version:
5 lines (4 loc) 178 B
/// <reference types="react" /> import { AlertProps } from '../../types'; declare function Alert({ children, type, open, theme }: AlertProps): JSX.Element; export default Alert;