IMaterialContext.d.ts 96 B

12345
  1. /** @internal */
  2. export interface IMaterialContext {
  3. uniqueId: number;
  4. reset(): void;
  5. }