MCPcopy
hub / github.com/solidjs/solid / ExampleProps

Interface ExampleProps

packages/solid-web/test/dynamic.spec.tsx:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 let div!: HTMLDivElement, disposer: () => void;
11
12 interface ExampleProps {
13 id: string;
14 }
15 const [comp, setComp] = createSignal<Component<ExampleProps> | keyof JSX.IntrinsicElements>(),
16 [name, setName] = createSignal("Smith");
17 const Component = () => (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…