UNPKG

structured-elements

Version:

A TypeScript package for modelling and validating data

7 lines 293 B
import type { Mirror } from "./"; export declare const addElementToMirror: <Element_1>({ element, mirror, options, }: { element: Element_1; mirror: Mirror<Element_1>; options?: Mirror.Options<Element_1> | undefined; }) => Mirror<Element_1>; //# sourceMappingURL=addElement.d.ts.map