Skip to content

Type Alias: ViewSelection<V>

ViewSelection<V> = V extends object ? S : never

Defined in: packages/fate/src/types.ts:293

Selection captured from a view definition.

Type Parameters

V

V

Released under the MIT License