Type alias IsMountedFunction

IsMountedFunction: (() => boolean)

Type declaration

    • (): boolean
    • This function returns true if the component is still mounted, false otherwise.

      Returns boolean

Generated using TypeDoc