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

Interface DefaultExport

packages/angular-devtools/src/types.ts:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 | (() => Record<string, any>)
11
12interface DefaultExport<T> {
13 /**
14 * Default exports are bound under the name `"default"`, per the ES Module spec:
15 * https://tc39.es/ecma262/#table-export-forms-mapping-to-exportentry-records
16 */
17 default: T
18}
19
20export interface TanStackDevtoolsAngularPluginInputProps extends TanStackDevtoolsPluginProps {
21 [key: string]: any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected