Skip to content

OnReactiveSetDeleteCallback

export type OnReactiveSetDeleteCallback<T> = (value: T) => void;