You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
387 B
JavaScript
10 lines
387 B
JavaScript
import { withInstall } from "../../utils/vue/install.mjs";
|
|
import { watermarkProps } from "./src/watermark.mjs";
|
|
import watermark_default from "./src/watermark2.mjs";
|
|
|
|
//#region ../../packages/components/watermark/index.ts
|
|
const ElWatermark = withInstall(watermark_default);
|
|
|
|
//#endregion
|
|
export { ElWatermark, ElWatermark as default, watermarkProps };
|
|
//# sourceMappingURL=index.mjs.map
|