Skip to main content
Glama
yun8711
by yun8711
el-step.d.ts689 B
import { VNode } from 'vue' import { ElementUIComponent } from './component' export type StepStatus = 'wait' | 'process' | 'finish' | 'error' | 'success' export interface StepRenderSlots { /** Custom icon */ icon: VNode[], /** Step title */ title: VNode[], /** Step description */ description: VNode[], [key: string]: VNode[] } /** Step Component */ export declare class ElStep extends ElementUIComponent { /** Step title */ title: string /** Step description */ description: string /** Step icon */ icon: string /** Current status. It will be automatically set by Steps if not configured. */ status: StepStatus readonly $slots: StepRenderSlots }

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