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-calendar.d.ts•352 B
import { ElementUIComponent } from './component'
export type DateType = Date | String | Number
/** Calendar Component */
export declare class ElCalendar extends ElementUIComponent {
/** Binding value */
value: DateType
/** Specify the display range of the calendar */
range: DateType[]
/** First day of week */
firstDayOfWeek: number
}