MCPcopy Create free account
hub / github.com/TanStack/devtools / A11yDevtoolsInit

Interface A11yDevtoolsInit

packages/devtools-a11y/src/core/core.tsx:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { constructCoreClass } from '@tanstack/devtools-utils/solid'
4
5export interface A11yDevtoolsInit {}
6
7const [A11yDevtoolsCore, A11yDevtoolsCoreNoOp] = constructCoreClass(
8 () => import('./components'),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected