UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

8 lines (7 loc) 224 B
import { TccSingleton } from '../../../core/models/tcc-singleton.model'; export declare class TccTutorialService implements TccSingleton { tutorialMode: boolean; constructor(); init(): void; reset(): void; }