@public
type
ComposableOption
Import
import {type ComposableOption} from 'sanity'
Signature
type ComposableOption<TValue, TContext> = (prev: TValue, context: TContext) => TValue
type ComposableOption<TValue, TContext> = (prev: TValue, context: TContext) => TValue