@mobiscroll/react-lite
Version:
React UI library for progressive web and hybrid apps
14 lines (13 loc) • 559 B
TypeScript
import { AfterViewInit, ElementRef, NgZone } from '@angular/core';
import { MbscBase, MbscOptionsService } from './frameworks/angular';
import { MbscCoreOptions } from './core/core';
export declare class MbscCommercialComponent extends MbscBase implements AfterViewInit {
optionsService: MbscOptionsService;
mbscOptions: MbscCoreOptions;
options: MbscCoreOptions;
data: any;
mbscData: any;
initElem: ElementRef;
constructor(hostElement: ElementRef, optionsService: MbscOptionsService, zone: NgZone);
ngAfterViewInit(): void;
}