Skip to main content
Glama
suspense-list.d.ts453 B
// Intentionally not using a relative path to take advantage of // the TS version resolution mechanism import { Component, ComponentChild, ComponentChildren } from 'preact'; // // SuspenseList // ----------------------------------- export interface SuspenseListProps { children?: ComponentChildren; revealOrder?: 'forwards' | 'backwards' | 'together'; } export class SuspenseList extends Component<SuspenseListProps> { render(): ComponentChild; }

Latest Blog Posts

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/sadiuysal/mem0-mcp-server-ts'

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