Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
slider.d.ts1.12 kB
/* eslint-disable */ import type { ConditionalValue } from '../types/index'; import type { DistributiveOmit, Pretty } from '../types/system-types'; interface SliderVariant { /** * @default "md" */ size: "sm" | "md" | "lg" } type SliderVariantMap = { [key in keyof SliderVariant]: Array<SliderVariant[key]> } type SliderSlot = "root" | "label" | "thumb" | "valueText" | "track" | "range" | "control" | "markerGroup" | "marker" | "draggingIndicator" export type SliderVariantProps = { [key in keyof SliderVariant]?: ConditionalValue<SliderVariant[key]> | undefined } export interface SliderRecipe { __slot: SliderSlot __type: SliderVariantProps (props?: SliderVariantProps): Pretty<Record<SliderSlot, string>> raw: (props?: SliderVariantProps) => SliderVariantProps variantMap: SliderVariantMap variantKeys: Array<keyof SliderVariant> splitVariantProps<Props extends SliderVariantProps>(props: Props): [SliderVariantProps, Pretty<DistributiveOmit<Props, keyof SliderVariantProps>>] getVariantProps: (props?: SliderVariantProps) => SliderVariantProps } export declare const slider: SliderRecipe

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