UNPKG

@ntragas/pouncejstest

Version:

A collection of UI components from Panther labs

8 lines (7 loc) 294 B
import React from 'react'; import { ControlledAlertProps } from '../utils/ControlledAlert'; export declare type AlertProps = Omit<ControlledAlertProps, 'open' | 'onClose'> & { onClose?: () => void; }; declare const _default: React.NamedExoticComponent<AlertProps>; export default _default;