Skip to main content
Glama
Southclaws

Storyden

by Southclaws
progress.d.ts1.15 kB
/* eslint-disable */ import type { ConditionalValue } from '../types/index'; import type { DistributiveOmit, Pretty } from '../types/system-types'; interface ProgressVariant { /** * @default "md" */ size: "sm" | "md" | "lg" } type ProgressVariantMap = { [key in keyof ProgressVariant]: Array<ProgressVariant[key]> } type ProgressSlot = "root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange" export type ProgressVariantProps = { [key in keyof ProgressVariant]?: ConditionalValue<ProgressVariant[key]> | undefined } export interface ProgressRecipe { __slot: ProgressSlot __type: ProgressVariantProps (props?: ProgressVariantProps): Pretty<Record<ProgressSlot, string>> raw: (props?: ProgressVariantProps) => ProgressVariantProps variantMap: ProgressVariantMap variantKeys: Array<keyof ProgressVariant> splitVariantProps<Props extends ProgressVariantProps>(props: Props): [ProgressVariantProps, Pretty<DistributiveOmit<Props, keyof ProgressVariantProps>>] getVariantProps: (props?: ProgressVariantProps) => ProgressVariantProps } export declare const progress: ProgressRecipe

Latest Blog Posts

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