@tempots/dom > AsyncOptions
Options for the Async component.
Async
Signature:
export type AsyncOptions = { pending?: TNode; then: (value: T) => TNode; error?: (error: unknown) => TNode; };
References: TNode