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
el-breadcrumb.d.ts•315 B
import { ElementUIComponent } from './component'
/** Displays the location of the current page, making it easier to browser back */
export declare class ElBreadcrumb extends ElementUIComponent {
/** Separator character */
separator: string
/** Class name of the icon separator */
separatorClass: string
}