MCPcopy Index your code
hub / github.com/CommandCodeAI/BaseAI / Section

Interface Section

apps/baseai.dev/src/components/SectionProvider.tsx:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import { remToPx } from '@/lib/remToPx';
13
14export interface Section {
15 id: string;
16 title: string;
17 offsetRem?: number;
18 tag?: string;
19 headingRef?: React.RefObject<HTMLHeadingElement | null>;
20}
21
22interface SectionState {
23 sections: Array<Section>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected