ferngully-aurelia-tools
Version:
Ferngully Tools for Aurelia
15 lines (14 loc) • 569 B
TypeScript
import { IFormSchemaCollectionController } from "../../../services/formSchema/form-schema-collection-controller";
import { AureliaHelperService } from "../../../services/aurelia-helper-service";
import "./form-schema-panel.css";
export declare class FormSchemaPanel {
private aureliaHelperService;
collapsible: boolean;
title: string;
controller: IFormSchemaCollectionController<any>;
constructor(aureliaHelperService: AureliaHelperService);
showing: boolean;
toggleShowing(): void;
headerDiv: Element;
bind(): void;
}