Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
radio-group.d.ts1.17 kB
/* eslint-disable */ import type { ConditionalValue } from '../types/index'; import type { DistributiveOmit, Pretty } from '../types/system-types'; interface RadioGroupVariant { /** * @default "md" */ size: "sm" | "md" | "lg" } type RadioGroupVariantMap = { [key in keyof RadioGroupVariant]: Array<RadioGroupVariant[key]> } type RadioGroupSlot = "root" | "label" | "item" | "itemText" | "itemControl" | "indicator" export type RadioGroupVariantProps = { [key in keyof RadioGroupVariant]?: ConditionalValue<RadioGroupVariant[key]> | undefined } export interface RadioGroupRecipe { __slot: RadioGroupSlot __type: RadioGroupVariantProps (props?: RadioGroupVariantProps): Pretty<Record<RadioGroupSlot, string>> raw: (props?: RadioGroupVariantProps) => RadioGroupVariantProps variantMap: RadioGroupVariantMap variantKeys: Array<keyof RadioGroupVariant> splitVariantProps<Props extends RadioGroupVariantProps>(props: Props): [RadioGroupVariantProps, Pretty<DistributiveOmit<Props, keyof RadioGroupVariantProps>>] getVariantProps: (props?: RadioGroupVariantProps) => RadioGroupVariantProps } export declare const radioGroup: RadioGroupRecipe

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