UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

9 lines (8 loc) 205 B
import { OnInit } from '@angular/core'; export declare class CoreCard implements OnInit { depth: number; color: string; isSelectable: boolean; constructor(); ngOnInit(): any; }