Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
tree-view.d.ts1.29 kB
/* eslint-disable */ import type { ConditionalValue } from '../types/index'; import type { DistributiveOmit, Pretty } from '../types/system-types'; interface TreeViewVariant { /** * @default "clamped" */ variant: "clamped" | "scrollable" } type TreeViewVariantMap = { [key in keyof TreeViewVariant]: Array<TreeViewVariant[key]> } type TreeViewSlot = "branch" | "branchContent" | "branchControl" | "branchIndentGuide" | "branchIndicator" | "branchText" | "branchTrigger" | "item" | "itemIndicator" | "itemText" | "label" | "nodeCheckbox" | "nodeRenameInput" | "root" | "tree" export type TreeViewVariantProps = { [key in keyof TreeViewVariant]?: ConditionalValue<TreeViewVariant[key]> | undefined } export interface TreeViewRecipe { __slot: TreeViewSlot __type: TreeViewVariantProps (props?: TreeViewVariantProps): Pretty<Record<TreeViewSlot, string>> raw: (props?: TreeViewVariantProps) => TreeViewVariantProps variantMap: TreeViewVariantMap variantKeys: Array<keyof TreeViewVariant> splitVariantProps<Props extends TreeViewVariantProps>(props: Props): [TreeViewVariantProps, Pretty<DistributiveOmit<Props, keyof TreeViewVariantProps>>] getVariantProps: (props?: TreeViewVariantProps) => TreeViewVariantProps } export declare const treeView: TreeViewRecipe

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