including-modules
This commit is contained in:
Generated
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user