@satheshsat/puzzle
Version:
Puzzle game
9 lines (8 loc) • 360 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class PuzzleComponent implements OnInit {
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PuzzleComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PuzzleComponent, "satheshsat-puzzle", never, {}, {}, never, never>;
}