Skip to main content
Glama
table-row-height.d.tsโ€ข713 B
import { XmlAttributeComponent, XmlComponent } from '../../xml-components'; import { PositiveUniversalMeasure } from '../../../util/values'; export declare const HeightRule: { readonly AUTO: "auto"; readonly ATLEAST: "atLeast"; readonly EXACT: "exact"; }; export declare class TableRowHeightAttributes extends XmlAttributeComponent<{ readonly value: number | string; readonly rule: (typeof HeightRule)[keyof typeof HeightRule]; }> { protected readonly xmlKeys: { value: string; rule: string; }; } export declare class TableRowHeight extends XmlComponent { constructor(value: number | PositiveUniversalMeasure, rule: (typeof HeightRule)[keyof typeof HeightRule]); }

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