MCPcopy
hub / github.com/OpenCut-app/OpenCut / SectionProps

Interface SectionProps

legacy/components/properties/section.tsx:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23interface SectionProps {
24 children: React.ReactNode;
25 collapsible?: boolean;
26 defaultOpen?: boolean;
27 sectionKey?: string;
28 className?: string;
29 showTopBorder?: boolean;
30 showBottomBorder?: boolean;
31}
32
33export function Section({
34 children,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected