@dooboostore/dom-render
Version:
html view template engine
7 lines • 317 B
TypeScript
import { RawSet } from '../rawsets/RawSet';
export type TargetAttr = {
name: string;
callBack: (target: Element, attrValue: string, obj: any, rawSet: RawSet) => DocumentFragment;
complete?: (target: Element, attrValue: string, obj: any, rawSet: RawSet) => void;
};
//# sourceMappingURL=TargetAttr.d.ts.map