vim-webgl-component
Version:
A demonstration app built on top of the vim-webgl-viewer
16 lines (12 loc) • 620 B
TypeScript
// Type definitions for three 0.143
// Project: https://threejs.org/
// Definitions by: Josh Ellis <https://github.com/joshuaellis>
// Nathan Bierema <https://github.com/Methuselah96>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 4.0
// To update three.js type definition, please make changes to the repository at:
// https://github.com/three-types/three-ts-types.
// Periodically, the updates from the repository are pushed to DefinitelyTyped
// and released in the @types/three npm package.
export * from './src/Three';
export as namespace THREE;