MCPcopy Create free account
hub / github.com/e2b-dev/surf / FrameProps

Interface FrameProps

components/frame.tsx:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import Scanline from "@/components/scanline";
3
4interface FrameProps {
5 children: React.ReactNode;
6 classNames?: {
7 wrapper?: string;
8 frame?: string;
9 };
10}
11
12export default function Frame({ children, classNames }: FrameProps) {
13 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected