Lilact
    Preparing search index...

    Function Provider

    • Provider component that supplies the store instance to the component tree.

      Parameters

      • props: { children: any; store: any }

        Component props.

        • children: any

          Components that can access the store via hooks.

        • store: any

          Store instance to make available to descendants.

      Returns HTMLComponent