MCPcopy Index your code
hub / github.com/grid-js/gridjs / HTMLContentProps

Interface HTMLContentProps

src/view/htmlElement.tsx:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { h } from 'preact';
2
3export interface HTMLContentProps {
4 content: string;
5 parentElement?: string;
6}
7
8export function HTMLElement(props: HTMLContentProps) {
9 return h(props.parentElement || 'span', {

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…