MCPcopy
hub / github.com/langfuse/langfuse / IntrinsicElements

Interface IntrinsicElements

web/types/global.d.ts:2–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare namespace JSX {
2 interface IntrinsicElements {
3 "stripe-pricing-table": React.DetailedHTMLProps<
4 React.HTMLAttributes<HTMLElement>,
5 HTMLElement
6 >;
7 }
8}
9
10declare module "*.svg" {

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…