ngx-dynamic-dashboard
Version:
an dashboard lib for angular 10
12 lines (11 loc) • 470 B
TypeScript
import { OptionsService } from './service';
import { ToastService } from '../../toast/toast.service';
export declare class OptionsConfigurationTabComponent {
private _optionsService;
private _toastService;
enableHover: boolean;
displayGadgetOptionsInSideBar: boolean;
constructor(_optionsService: OptionsService, _toastService: ToastService);
onHooverOptionChange(value: any): void;
onDisplayGadgetOptionsInSideBarChange(value: any): void;
}