UNPKG

awayjs-display

Version:
12 lines (11 loc) 160 B
declare class ElementsType { /** * */ static TRIANGLE: string; /** * */ static LINE: string; } export default ElementsType;