Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
table.d.ts1.1 kB
/* eslint-disable */ import type { ConditionalValue } from '../types/index'; import type { DistributiveOmit, Pretty } from '../types/system-types'; interface TableVariant { /** * @default "plain" */ variant: "dense" | "plain" /** * @default "md" */ size: "sm" | "md" } type TableVariantMap = { [key in keyof TableVariant]: Array<TableVariant[key]> } type TableSlot = "root" | "body" | "cell" | "footer" | "head" | "header" | "row" | "caption" export type TableVariantProps = { [key in keyof TableVariant]?: ConditionalValue<TableVariant[key]> | undefined } export interface TableRecipe { __slot: TableSlot __type: TableVariantProps (props?: TableVariantProps): Pretty<Record<TableSlot, string>> raw: (props?: TableVariantProps) => TableVariantProps variantMap: TableVariantMap variantKeys: Array<keyof TableVariant> splitVariantProps<Props extends TableVariantProps>(props: Props): [TableVariantProps, Pretty<DistributiveOmit<Props, keyof TableVariantProps>>] getVariantProps: (props?: TableVariantProps) => TableVariantProps } export declare const table: TableRecipe

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/Southclaws/storyden'

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