Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
toggle-group.d.ts1.2 kB
/* eslint-disable */ import type { ConditionalValue } from '../types/index'; import type { DistributiveOmit, Pretty } from '../types/system-types'; interface ToggleGroupVariant { /** * @default "outline" */ variant: "outline" | "ghost" /** * @default "md" */ size: "xs" | "sm" | "md" | "lg" } type ToggleGroupVariantMap = { [key in keyof ToggleGroupVariant]: Array<ToggleGroupVariant[key]> } type ToggleGroupSlot = "root" | "item" export type ToggleGroupVariantProps = { [key in keyof ToggleGroupVariant]?: ConditionalValue<ToggleGroupVariant[key]> | undefined } export interface ToggleGroupRecipe { __slot: ToggleGroupSlot __type: ToggleGroupVariantProps (props?: ToggleGroupVariantProps): Pretty<Record<ToggleGroupSlot, string>> raw: (props?: ToggleGroupVariantProps) => ToggleGroupVariantProps variantMap: ToggleGroupVariantMap variantKeys: Array<keyof ToggleGroupVariant> splitVariantProps<Props extends ToggleGroupVariantProps>(props: Props): [ToggleGroupVariantProps, Pretty<DistributiveOmit<Props, keyof ToggleGroupVariantProps>>] getVariantProps: (props?: ToggleGroupVariantProps) => ToggleGroupVariantProps } export declare const toggleGroup: ToggleGroupRecipe

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