MCPcopy
hub / github.com/tolgee/tolgee-platform / Attributes

Interface Attributes

email/env.d.ts:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19declare module 'react' {
20 interface Attributes {
21 [k: `th:${string}`]: unknown;
22 [k: `data-th-${string}`]: unknown;
23 }
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected