Home > @xoram/plugin-panoramique > _ExtractStateFromSetupStore
_ExtractStateFromSetupStore type
List all state-like members of an object.
Stolen from Pinia's types
Signature:
typescript
export declare type _ExtractStateFromSetupStore<SS> = SS extends undefined | void ? Record<string, never> : Pick<SS, _ExtractStateFromSetupStore_Keys<SS>>;
1
References: _ExtractStateFromSetupStore_Keys