📆 Don't miss our Sanity Showcase virtual meetup on March 20th!
@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
sanity@3.79.0