@tempots/dom

RenderOptions type

Options for rendering.

Signature:

export type RenderOptions = {
    doc?: Document;
    clear?: boolean;
};