| 5 | import EarthBloomSphereModel from './models/bloomsphere'; |
| 6 | |
| 7 | interface IEarthLayerStyleOptions { |
| 8 | opacity: number; |
| 9 | setEarthTime(time: number): void; |
| 10 | } |
| 11 | |
| 12 | export type EarthModelType = 'base' | 'atomSphere' | 'bloomSphere'; |
| 13 |
no outgoing calls
no test coverage detected