Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
typography-heading.d.ts1.19 kB
/* eslint-disable */ import type { ConditionalValue } from '../types/index'; import type { DistributiveOmit, Pretty } from '../types/system-types'; interface TypographyHeadingVariant { /** * @default "md" */ size: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" } type TypographyHeadingVariantMap = { [key in keyof TypographyHeadingVariant]: Array<TypographyHeadingVariant[key]> } export type TypographyHeadingVariantProps = { [key in keyof TypographyHeadingVariant]?: ConditionalValue<TypographyHeadingVariant[key]> | undefined } export interface TypographyHeadingRecipe { __type: TypographyHeadingVariantProps (props?: TypographyHeadingVariantProps): string raw: (props?: TypographyHeadingVariantProps) => TypographyHeadingVariantProps variantMap: TypographyHeadingVariantMap variantKeys: Array<keyof TypographyHeadingVariant> splitVariantProps<Props extends TypographyHeadingVariantProps>(props: Props): [TypographyHeadingVariantProps, Pretty<DistributiveOmit<Props, keyof TypographyHeadingVariantProps>>] getVariantProps: (props?: TypographyHeadingVariantProps) => TypographyHeadingVariantProps } export declare const typographyHeading: TypographyHeadingRecipe

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