UNPKG

awayjs-display

Version:
20 lines (17 loc) 236 B
/** */ declare class MappingMode { /** * */ static NORMAL: string; /** * */ static LINEAR_GRADIENT: string; /** * */ static RADIAL_GRADIENT: string; } export default MappingMode;