UNPKG

@awayjs/renderer

Version:
9 lines (8 loc) 152 B
import { IAbstractionClass } from '@awayjs/core'; /** * */ export interface IRendererClass extends IAbstractionClass { readonly assetType: string; }