Skip to main content
Glama
table-width.d.tsโ€ข560 B
import { XmlComponent } from '../xml-components'; import { Percentage, UniversalMeasure } from '../../util/values'; export declare const WidthType: { readonly AUTO: "auto"; readonly DXA: "dxa"; readonly NIL: "nil"; readonly PERCENTAGE: "pct"; }; export type ITableWidthProperties = { readonly size: number | Percentage | UniversalMeasure; readonly type?: (typeof WidthType)[keyof typeof WidthType]; }; export declare class TableWidthElement extends XmlComponent { constructor(name: string, { type, size }: ITableWidthProperties); }

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/consigcody94/office-whisperer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server