/* eslint-disable */ /* tslint:disable */ /** * This is an autogenerated file created by the Stencil compiler. * It contains typing information for all components that exist in this project. */ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime"; export namespace Components { interface CAlert { "backdropDismiss": boolean; "button": any; "isOpen": boolean; "message": string; "subTitle": string; "title": string; } interface CAvatar { "img": string; "size": string; } interface CBadge { "color": string; "fill": string; "rounded": boolean; "size": string; "stickParent": boolean; "type": string; } interface CBanner { "description": string; "title": string; "type": string; } interface CButton { "counter": string; "disabled": boolean; "expand": boolean; "icon": string; "iconType": string; "icononly": boolean; "size": string; "type": string; } interface CChart { "comma": boolean; "data": any; "height": string; "loading": boolean; "max": number; "min": number; "prefixX": string; "prefixY": string; "suffixX": string; "suffixY": string; "type": string; "width": any; } interface CCheckbox { "checked": boolean; "disabled": boolean; "size": string; } interface CConfirm { "backdropDismiss": boolean; "buttons": any; "color": string; "isOpen": boolean; "message": string; "subTitle": string; "title": string; } interface CDialog { "backdropDismiss": boolean; "isOpen": boolean; "showBackdrop": boolean; "size": string; } interface CDialogContent { "maxHeight": any; } interface CDialogFooter { "buttons": any; } interface CDialogHeader { "close": boolean; "subTitle": string; "title": string; } interface CDropdown { "dismiss": () => Promise; "isOpen": boolean; "position": string; "title": string; } interface CDropdownItem { "checkIcon": boolean; "disabled": boolean; "selected": boolean; } interface CDropdownItemGroup { "title": string; } interface CIcon { /** * A combination of both `name` and `src`. If a `src` url is detected it will set the `src` property. Otherwise it assumes it's a built-in named SVG and set the `name` property. */ "icon"?: any; /** * If enabled, ion-icon will be loaded lazily when it's visible in the viewport. Default, `false`. */ "lazy": boolean; /** * Specifies which icon to use from the built-in set of icons. */ "name"?: string; /** * When set to `false`, SVG content that is HTTP fetched will not be checked if the response SVG content has any `