API Reference
Shared runtime and type utilities.
export type SetFunction<T> = (value: T) => void;
import type { SetFunction } from '@rs-x/core';