ideaz-element
Version:
<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>
14 lines (13 loc) • 518 B
JavaScript
import { setFormAlias as t } from "./setFormAlias.mjs";
import { resolveDynamicComponent as m } from "./resolveDynamicComponent.mjs";
import { getContentByRenderAndSlot as p } from "./getContentByRenderAndSlot.mjs";
import { getRowKey as x } from "./getRowKey.mjs";
import { getDynamicAttributes as s } from "./getDynamicAttributes.mjs";
export {
p as getContentByRenderAndSlot,
s as getDynamicAttributes,
x as getRowKey,
m as resolveDynamicComponent,
t as setFormAlias
};
//# sourceMappingURL=index.mjs.map