sdf-2d/build/src/graphics/drawables/lights/i-light.d.ts
schmelczerandras 77bde04db3 Add files
2020-09-15 10:08:16 +02:00

2 lines
83 B
TypeScript

import { IDrawable } from '../i-drawable';
export declare type ILight = IDrawable;