Function useSyncV

  • A hook that provides synchronous access to the data in the store using the specified selector.

    Parameters

    • selector: string

      The selector to use for accessing data in the store.

    Returns unknown

Generated using TypeDoc