Files
novarix.uk/node_modules/next/dist/next-devtools/dev-overlay/components/overview/segment-boundary-trigger.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

7 lines
363 B
TypeScript

import './segment-boundary-trigger.css';
import type { SegmentBoundaryType, SegmentNodeState } from '../../../userspace/app/segment-explorer-node';
export declare function SegmentBoundaryTrigger({ nodeState, boundaries, }: {
nodeState: SegmentNodeState;
boundaries: Record<SegmentBoundaryType, string | null>;
}): import("react/jsx-runtime").JSX.Element;