UNPKG

next

Version:

The React Framework

7 lines (6 loc) 356 B
import './segment-boundary-trigger.css'; import type { SegmentNodeState } from '../../../userspace/app/segment-explorer-node'; export declare function SegmentBoundaryTrigger({ nodeState, boundaries, }: { nodeState: SegmentNodeState; boundaries: Record<'not-found' | 'loading' | 'error', string | null>; }): import("react/jsx-runtime").JSX.Element;