CADViewComponent/dist/Text.d.ts

12 lines
319 B
TypeScript
Raw Normal View History

2018-05-28 09:49:45 +08:00
import { Mesh } from "three";
export declare class DbText extends Mesh {
/**
*
* ,8()0
* @param {string} str
* @param {number} height
* @memberof DbText
*/
constructor(str: string, height?: number);
}