coolant
Version:
The modular build radiator
3 lines (2 loc) • 313 B
TypeScript
import React from "react";
export declare const showOverlay: (durationSeconds: number, content: React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>) => void;