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