Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
typography-heading.mjs973 B
import { memo, splitProps } from '../helpers.mjs'; import { createRecipe, mergeRecipes } from './create-recipe.mjs'; const typographyHeadingFn = /* @__PURE__ */ createRecipe('typography-heading', { "size": "md" }, []) const typographyHeadingVariantMap = { "size": [ "xs", "sm", "md", "lg", "xl", "2xl" ] } const typographyHeadingVariantKeys = Object.keys(typographyHeadingVariantMap) export const typographyHeading = /* @__PURE__ */ Object.assign(memo(typographyHeadingFn.recipeFn), { __recipe__: true, __name__: 'typographyHeading', __getCompoundVariantCss__: typographyHeadingFn.__getCompoundVariantCss__, raw: (props) => props, variantKeys: typographyHeadingVariantKeys, variantMap: typographyHeadingVariantMap, merge(recipe) { return mergeRecipes(this, recipe) }, splitVariantProps(props) { return splitProps(props, typographyHeadingVariantKeys) }, getVariantProps: typographyHeadingFn.getVariantProps, })

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