petalbid-frontend
    Preparing search index...

    Interface AuthProviderProps

    Props for the AuthProvider component.

    interface AuthProviderProps {
        children: ReactNode;
    }
    Index

    Properties

    Properties

    children: ReactNode

    The child components that will have access to the auth context.