Skip to main content
Glama
yun8711
by yun8711
el-descriptions-item.d.ts698 B
import { ElementUIComponent } from './component' import { VNode } from 'vue' interface ElDescriptionsItemSlots { /* label slot: custom label */ label: VNode[] /* default slot: custom content */ default: VNode[] [key: string]: VNode[] } /** description item. **/ export declare class ElDescriptionsItem extends ElementUIComponent { /* label text */ label: string /* the number of columns included */ span: number /* custom label class name */ labelClassName: string /* custom content class name */ contentClassName: string /* custom label style */ labelStyle: object /* custom content style */ contentStyle: object $slots: ElDescriptionsItemSlots }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yun8711/element-ui-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server