Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
tabs.d.ts1.06 kB
/* eslint-disable */ import type { ConditionalValue } from '../types/index'; import type { DistributiveOmit, Pretty } from '../types/system-types'; interface TabsVariant { /** * @default "line" */ variant: "enclosed" | "line" | "outline" /** * @default "md" */ size: "sm" | "md" | "lg" } type TabsVariantMap = { [key in keyof TabsVariant]: Array<TabsVariant[key]> } type TabsSlot = "root" | "list" | "trigger" | "content" | "indicator" export type TabsVariantProps = { [key in keyof TabsVariant]?: TabsVariant[key] | undefined } export interface TabsRecipe { __slot: TabsSlot __type: TabsVariantProps (props?: TabsVariantProps): Pretty<Record<TabsSlot, string>> raw: (props?: TabsVariantProps) => TabsVariantProps variantMap: TabsVariantMap variantKeys: Array<keyof TabsVariant> splitVariantProps<Props extends TabsVariantProps>(props: Props): [TabsVariantProps, Pretty<DistributiveOmit<Props, keyof TabsVariantProps>>] getVariantProps: (props?: TabsVariantProps) => TabsVariantProps } export declare const tabs: TabsRecipe

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