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-spinner.d.ts•341 B
import { ElementUIComponent } from './component'
/** Spinner Component */
export declare class ElSpinner extends ElementUIComponent {
/** The type of spinner */
type: string
/** The radius of spinner */
radius: number
/** The width of spinner */
strokeWidth: number
/** The color of spinner */
strokeColor: string
}