import { Context } from "../context"; export type View = ( ...args: Args ) => void; export function $view( view: View, ) { return view; }