@aldel/react-firebase-login
    Preparing search index...

    Type Alias FrameFunction

    FrameFunction: (children: React.ReactNode) => React.ReactNode

    A function that modifies rendered React content. The input is generally included in the output as children of a wrapper component. Used for the frame prop of the FirebaseLogin component.

    Type declaration

      • (children: React.ReactNode): React.ReactNode
      • Parameters

        • children: React.ReactNode

        Returns React.ReactNode