MCPcopy
hub / github.com/freshframework/fresh / CodeWindowProps

Interface CodeWindowProps

www/components/CodeWindow.tsx:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { JSX } from "preact";
2
3interface CodeWindowProps extends JSX.HTMLAttributes<HTMLDivElement> {
4 name?: string;
5}
6
7export function CodeWindow(props: CodeWindowProps) {
8 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected