@dabapps/roe
Version:
A collection of React components, styles, mixins, and atomic CSS classes to aid with the development of web applications.
6 lines (5 loc) • 446 B
TypeScript
import * as React from 'react';
import { OptionalComponentPropAndHTMLAttributes } from '../../types';
export declare type AlertProps = OptionalComponentPropAndHTMLAttributes;
declare const _default: React.MemoExoticComponent<(props: OptionalComponentPropAndHTMLAttributes) => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, any> | null) | (new (props: any) => React.Component<any, any, any>)>>;
export default _default;