UNPKG

@adpt/core

Version:
7 lines 300 B
import { AdaptElementOrNull } from "./jsx"; export interface SerializeOptions { reanimateable: boolean; props: "all" | "none" | string[]; } export declare function serializeDom(root: AdaptElementOrNull, options?: Partial<SerializeOptions>): string; //# sourceMappingURL=dom_serialize.d.ts.map