import type { Props } from '@threlte/core';
import type { LineSegments } from 'three';
export type DebugProps = Props<LineSegments>;
