function useCommandStateimport { useCommandState } from "https://deno.land/x/netzo@0.3.66/deps/cmdk.ts"; useCommandState<T = any>(selector: (state: State) => T): TRun a selector against the store state. Run a selector against the store state. Type ParametersoptionalT = anyParametersselector: (state: State) => TReturnsT