import ISkybox from "ft3d/lib/interface/ISkybox"; import React from "react"; export type SkyboxProps = Partial & { children?: React.ReactNode; };