Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
pin-input.d.ts1.11 kB
/* eslint-disable */ import type { ConditionalValue } from '../types/index'; import type { DistributiveOmit, Pretty } from '../types/system-types'; interface PinInputVariant { /** * @default "md" */ size: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" } type PinInputVariantMap = { [key in keyof PinInputVariant]: Array<PinInputVariant[key]> } type PinInputSlot = "root" | "label" | "input" | "control" export type PinInputVariantProps = { [key in keyof PinInputVariant]?: ConditionalValue<PinInputVariant[key]> | undefined } export interface PinInputRecipe { __slot: PinInputSlot __type: PinInputVariantProps (props?: PinInputVariantProps): Pretty<Record<PinInputSlot, string>> raw: (props?: PinInputVariantProps) => PinInputVariantProps variantMap: PinInputVariantMap variantKeys: Array<keyof PinInputVariant> splitVariantProps<Props extends PinInputVariantProps>(props: Props): [PinInputVariantProps, Pretty<DistributiveOmit<Props, keyof PinInputVariantProps>>] getVariantProps: (props?: PinInputVariantProps) => PinInputVariantProps } export declare const pinInput: PinInputRecipe

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