Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
checkbox.d.ts1.1 kB
/* eslint-disable */ import type { ConditionalValue } from '../types/index'; import type { DistributiveOmit, Pretty } from '../types/system-types'; interface CheckboxVariant { /** * @default "md" */ size: "sm" | "md" | "lg" } type CheckboxVariantMap = { [key in keyof CheckboxVariant]: Array<CheckboxVariant[key]> } type CheckboxSlot = "root" | "label" | "control" | "indicator" | "group" export type CheckboxVariantProps = { [key in keyof CheckboxVariant]?: ConditionalValue<CheckboxVariant[key]> | undefined } export interface CheckboxRecipe { __slot: CheckboxSlot __type: CheckboxVariantProps (props?: CheckboxVariantProps): Pretty<Record<CheckboxSlot, string>> raw: (props?: CheckboxVariantProps) => CheckboxVariantProps variantMap: CheckboxVariantMap variantKeys: Array<keyof CheckboxVariant> splitVariantProps<Props extends CheckboxVariantProps>(props: Props): [CheckboxVariantProps, Pretty<DistributiveOmit<Props, keyof CheckboxVariantProps>>] getVariantProps: (props?: CheckboxVariantProps) => CheckboxVariantProps } export declare const checkbox: CheckboxRecipe

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