UNPKG

shineout

Version:

A components library for React

8 lines (7 loc) 204 B
import Alert from './alert'; type RefAlert = typeof Alert; export interface AlertComponent extends RefAlert { displayName: string; } declare const AlertComp: AlertComponent; export default AlertComp;