import {Wait} from "@e280/strata" import {Content} from "../view/types.js" export type Spinner = ( wait: Wait, ok: (value: Value) => Content, ) => Content