UNPKG

@adpt/core

Version:
4 lines 272 B
import { AdaptElementOrNull } from "../jsx"; import { DeployOpID } from "../server/deployment_data"; export declare function reanimateDom(xmlString: string, deployID: string, deployOpID: DeployOpID): Promise<AdaptElementOrNull>; //# sourceMappingURL=reanimate_dom.d.ts.map