Skip to content

OnReactiveSetAddCallback

export type OnReactiveSetAddCallback<T> = (value: T) => T;