@afzalimdad9/react-alert
Version:
A simple react alert component
4 lines • 310 B
TypeScript
import React from 'react';
declare const withAlert: (Context?: React.Context<import("./types").AlertContextType | null>) => (WrappedComponent: React.FC) => React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<HTMLDivElement>>;
export default withAlert;
//# sourceMappingURL=withAlert.d.ts.map