UNPKG

vasille-jsx

Version:

The same framework which is designed to build bulletproof frontends (JSX components)

4 lines (3 loc) 205 B
import { IValue } from "vasille"; import { ref } from "./internal.js"; export declare function awaited<T>(target: () => Promise<T>, createRef?: typeof ref): [IValue<unknown>, IValue<unknown>, () => void];