UNPKG

yanzhen-design-vue

Version:

6 lines (5 loc) 293 B
import { defineComponent } from '@yanzhen-lowcode/core'; type Options = Parameters<typeof defineComponent>[1]; export declare function defineTextPreviewComponent(name: string, options?: Partial<Options>): any; export declare const YzSchemaTextPreview: any; export default YzSchemaTextPreview;