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>
13 lines (12 loc) • 416 B
JavaScript
import "../../utils/index.mjs";
import e from "./src/TagSelectItem.mjs";
import o from "./src/index.mjs";
import { tagSelectItemProps as S, tagSelectProps as f } from "./src/props.mjs";
import { withInstall as t } from "../../utils/withInstall.mjs";
const c = { ZTagSelect: t(o), ZTagSelectItem: t(e) };
export {
c as default,
S as tagSelectItemProps,
f as tagSelectProps
};
//# sourceMappingURL=index.mjs.map