/** Core */ import { CoreComponent } from "cmf.core/src/core"; /** Angular */ import * as ng from "@angular/core"; import { Button } from "../moreOptions/moreOptions"; export { Button }; /** * @whatItDoes * Base Widget/Panel basic component. * * @howToUse * This component is used with the inputs and outputs mentioned below. * * ### Inputs * `string` : **icon-class** - The icon-class of this component ; * `string` : **mainTitle** - Defines the header title (by default is ""). This property is mandatory, it will throw an exception if not defined ; * `string` : **sub-title** - Header sub title (by default is "") ; * `Array