MCPcopy Create free account
hub / github.com/TanStack/table / isQwikComponent

Function isQwikComponent

packages/qwik-table/src/index.tsx:17–18  ·  view source on GitHub ↗
(comp: unknown)

Source from the content-addressed store, hash-verified

15 typeof comp === 'function'
16
17const isQwikComponent = (comp: unknown): comp is QwikComps =>
18 isFunction(comp) && comp.name === 'QwikComponent'
19
20export function flexRender<TProps extends object>(
21 Comp: any, // TODO: add renderable type

Callers 1

flexRenderFunction · 0.85

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected