-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Labels
feature requestNew feature or requestNew feature or request
Description
Are there plans to provide TypeScript support?
I'm not suggesting a rewrite of the lib in TypeScript (although that would be nice from a maintainer's perspective), but adding a type definition export.
For example defining all the component options, e.g. for Block:
import type { Object3D } from "three";
export interface BlockOptions extends Object3D {
width: number;
height: number;
borderWidth?: number;
// ...
}Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request