UNPKG

nd-gui

Version:

UI components for NetDocuments

9 lines (8 loc) 206 B
import { OnInit } from '@angular/core'; export declare class CardComponent implements OnInit { cardId: string; styleClass: string; style: any; constructor(); ngOnInit(): void; }