MCPcopy Index your code
hub / github.com/formkit/formkit / FormKitDocsRoute

Interface FormKitDocsRoute

packages/cli/src/skillDocs.ts:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4export type FormKitRuntime = 'react' | 'vue'
5
6export interface FormKitDocsRoute {
7 pageOrder: number
8 pageSlug: string
9 route: string
10 sectionOrder: number
11 sectionSlug: string
12 sectionTitle: string
13 title: string
14}
15
16const SECTION_TITLES: Record<string, string> = {
17 'api-reference': 'API Reference',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected