共用方式為


EmptySelector type

不傳回任何資料的 Trivial 選取器類型。

如果針對不需要資料的元件呼叫 usePropsFor ,則做為預設傳回值。

type EmptySelector = () => Record<string, never>