MCPcopy Create free account
hub / github.com/formkit/formkit / createRoot

Function createRoot

packages/inputs/src/createSection.ts:143–149  ·  view source on GitHub ↗
(
  rootSection: FormKitSchemaExtendableSection
)

Source from the content-addressed store, hash-verified

141 */
142/*@__NO_SIDE_EFFECTS__*/
143export function createRoot(
144 rootSection: FormKitSchemaExtendableSection
145): FormKitExtendableSchemaRoot {
146 return (extensions: FormKitSectionsSchema) => {
147 return [rootSection(extensions)]
148 }
149}
150
151/**
152 * Type guard for schema objects.

Callers 4

$rootFunction · 0.90
main.tsxFile · 0.85
createSectionFunction · 0.85
main.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected