yanzhen-design-vue
Version:
24 lines (23 loc) • 872 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const utilsVue = require("@yanzhen-libs/utils-vue");
require("../../../hooks/index.cjs");
const index = require("../../../hooks/use-namespace/index.cjs");
const ns = index.useNamespace("text-preview");
const textPreviewOptions = {
ns,
class: ns.b(),
name: ns.defineVNodeName()
};
const textPreviewName = textPreviewOptions.name;
const textPreviewProps = utilsVue.buildProps({
value: utilsVue.definePropType(null),
tag: String,
nativeTag: utilsVue.definePropType([String, Object]),
nativeTagFormatter: utilsVue.definePropType(Function)
});
const textPreviewEmits = utilsVue.buildEmits({});
exports.textPreviewEmits = textPreviewEmits;
exports.textPreviewName = textPreviewName;
exports.textPreviewOptions = textPreviewOptions;
exports.textPreviewProps = textPreviewProps;