import * as THREE from "three"; import { Container } from "../Container"; export interface IOutlineHelperConstructorOption { container: Container; color: THREE.Color; thickness: number; }