Skip to main content
Glama
yun8711
by yun8711
el-result.d.ts682 B
import { ElementUIComponent } from './component' import { VNode } from 'vue' interface ElResultSlots { /* title slot: custom title */ title: VNode[] /* icon slot: custom icon */ icon: VNode[] /* subTitle slot: custom sub title */ subTitle: VNode[] /* extra slot: custom extra area, display on the top right */ extra: VNode[] [key: string]: VNode[] } /** Used to give feedback on the result of user's operation or access exception. **/ export declare class ElResult extends ElementUIComponent { /* title */ title: string /* sub title */ subTitle: string /* icon type */ icon: 'success' | 'warning' | 'info' | 'error' $slots: ElResultSlots }

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