@posit-dev/shinyreact
    Preparing search index...

    Interface ShinyModuleProviderProps

    interface ShinyModuleProviderProps {
        children: ReactNode;
        namespace: string;
    }
    Index
    children: ReactNode

    React children that will receive the namespace context.

    namespace: string

    The complete namespace string to apply to child hooks.