MCPcopy
hub / github.com/jorgebucaran/hyperapp / TypedH

Interface TypedH

index.d.ts:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 // `h()` doesn't have an explicit state type that contradicts the
60 // state type it actually uses.
61 interface TypedH<S> {
62 <_ extends never, C = unknown, T extends string = string>(
63 tag: NonEmptyString<T>,
64 props: CustomPayloads<S, C> & Props<S>,
65 children?: MaybeVNode<S> | readonly MaybeVNode<S>[]
66 ): ElementVNode<S>
67 }
68
69 // ---------------------------------------------------------------------------
70

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…