Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
date-picker.d.ts1.39 kB
/* eslint-disable */ import type { ConditionalValue } from '../types/index'; import type { DistributiveOmit, Pretty } from '../types/system-types'; interface DatePickerVariant { } type DatePickerVariantMap = { [key in keyof DatePickerVariant]: Array<DatePickerVariant[key]> } type DatePickerSlot = "clearTrigger" | "content" | "control" | "input" | "label" | "monthSelect" | "nextTrigger" | "positioner" | "presetTrigger" | "prevTrigger" | "rangeText" | "root" | "table" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "trigger" | "view" | "viewControl" | "viewTrigger" | "yearSelect" | "view" export type DatePickerVariantProps = { [key in keyof DatePickerVariant]?: ConditionalValue<DatePickerVariant[key]> | undefined } export interface DatePickerRecipe { __slot: DatePickerSlot __type: DatePickerVariantProps (props?: DatePickerVariantProps): Pretty<Record<DatePickerSlot, string>> raw: (props?: DatePickerVariantProps) => DatePickerVariantProps variantMap: DatePickerVariantMap variantKeys: Array<keyof DatePickerVariant> splitVariantProps<Props extends DatePickerVariantProps>(props: Props): [DatePickerVariantProps, Pretty<DistributiveOmit<Props, keyof DatePickerVariantProps>>] getVariantProps: (props?: DatePickerVariantProps) => DatePickerVariantProps } export declare const datePicker: DatePickerRecipe

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