UNPKG

@layui/layer-vue

Version:

a component library for Vue 3 base on layui-vue

4 lines (3 loc) 171 B
import type { VNodeTypes } from "vue"; import type { PropsContentType } from "../types"; export declare const renderContent: (content: PropsContentType) => VNodeTypes;