Skip to content

API DocumentationDocs


API Documentation / pinia / _ExtractStateFromSetupStore

Type Alias: _ExtractStateFromSetupStore<SS>

_ExtractStateFromSetupStore<SS>: SS extends undefined | void ? object : _ExtractStateFromSetupStore_Keys<SS> extends keyof SS ? _UnwrapAll<Pick<SS, _ExtractStateFromSetupStore_Keys<SS>>> : never

For internal use only

Type Parameters

SS

Released under the MIT License.