UNPKG

yanzhen-design-vue

Version:

19 lines (18 loc) 652 B
import { withInstall } from "@yanzhen-lowcode/core"; import "./src/text-preview.vue.mjs"; import { textPreviewEmits, textPreviewName, textPreviewOptions, textPreviewProps } from "./src/text-preview.mjs"; import { useTextPreview } from "./src/use-text-preview.mjs"; import { YzSchemaTextPreview, defineTextPreviewComponent } from "./schema.mjs"; import _sfc_main from "./src/text-preview.vue2.mjs"; const YzTextPreview = withInstall(_sfc_main); export { YzSchemaTextPreview, YzTextPreview, YzTextPreview as default, defineTextPreviewComponent, textPreviewEmits, textPreviewName, textPreviewOptions, textPreviewProps, useTextPreview };