Skip to main content
Glama
renderProp.d.ts480 B
import * as React from 'react'; import { FC } from 'react'; import { SideCarHOC } from './types'; declare type CombinedProps<T extends any[], K> = { children: (...prop: T) => any; } & K; declare type RenderPropComponent<T extends any[], K> = React.ComponentType<CombinedProps<T, K>>; export declare function renderCar<T extends any[], K, C = RenderPropComponent<T, K & Partial<SideCarHOC>>>(WrappedComponent: C, defaults: (props: K) => T): FC<CombinedProps<T, K>>; export {};

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/kkShrihari/miEAA3_mcp'

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