/** * This file was automatically generated by the Stencil React Output Target. * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. */ import { type DgaAutocompleteCustomEvent, type DgaButtonCustomEvent, type DgaCardCustomEvent, type DgaCheckboxCustomEvent, type DgaFloatingButtonCustomEvent, type DgaInputTextCustomEvent, type DgaRadioCustomEvent, type DgaSwitchCustomEvent } from "@maldarabseh/dga-stencil"; import { DgaAutocomplete as DgaAutocompleteElement } from "@maldarabseh/dga-stencil/dist/components/dga-autocomplete.js"; import { DgaAvatarGroup as DgaAvatarGroupElement } from "@maldarabseh/dga-stencil/dist/components/dga-avatar-group.js"; import { DgaAvatar as DgaAvatarElement } from "@maldarabseh/dga-stencil/dist/components/dga-avatar.js"; import { DgaButton as DgaButtonElement } from "@maldarabseh/dga-stencil/dist/components/dga-button.js"; import { DgaCard as DgaCardElement } from "@maldarabseh/dga-stencil/dist/components/dga-card.js"; import { DgaCheckbox as DgaCheckboxElement } from "@maldarabseh/dga-stencil/dist/components/dga-checkbox.js"; import { DgaDivider as DgaDividerElement } from "@maldarabseh/dga-stencil/dist/components/dga-divider.js"; import { DgaDropdownItem as DgaDropdownItemElement } from "@maldarabseh/dga-stencil/dist/components/dga-dropdown-item.js"; import { DgaDropdown as DgaDropdownElement } from "@maldarabseh/dga-stencil/dist/components/dga-dropdown.js"; import { DgaFloatingButton as DgaFloatingButtonElement } from "@maldarabseh/dga-stencil/dist/components/dga-floating-button.js"; import { DgaInputText as DgaInputTextElement } from "@maldarabseh/dga-stencil/dist/components/dga-input-text.js"; import { DgaLabel as DgaLabelElement } from "@maldarabseh/dga-stencil/dist/components/dga-label.js"; import { DgaLink as DgaLinkElement } from "@maldarabseh/dga-stencil/dist/components/dga-link.js"; import { DgaListItem as DgaListItemElement } from "@maldarabseh/dga-stencil/dist/components/dga-list-item.js"; import { DgaList as DgaListElement } from "@maldarabseh/dga-stencil/dist/components/dga-list.js"; import { DgaRadio as DgaRadioElement } from "@maldarabseh/dga-stencil/dist/components/dga-radio.js"; import { DgaSlider as DgaSliderElement } from "@maldarabseh/dga-stencil/dist/components/dga-slider.js"; import { DgaSwitch as DgaSwitchElement } from "@maldarabseh/dga-stencil/dist/components/dga-switch.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; type DgaAutocompleteEvents = { onDgaInput: EventName>; onDgaSelect: EventName>; onDgaSelectionChange: EventName>>; onDgaClear: EventName>; }; export declare const DgaAutocomplete: StencilReactComponent; type DgaAvatarEvents = NonNullable; export declare const DgaAvatar: StencilReactComponent; type DgaAvatarGroupEvents = NonNullable; export declare const DgaAvatarGroup: StencilReactComponent; type DgaButtonEvents = { onDgaClick: EventName>; onDgaFocus: EventName>; onDgaBlur: EventName>; }; export declare const DgaButton: StencilReactComponent; type DgaCardEvents = { onDgaClick: EventName>; onDgaSelect: EventName>; onDgaExpand: EventName>; }; export declare const DgaCard: StencilReactComponent; type DgaCheckboxEvents = { onDgaChange: EventName>; onDgaFocus: EventName>; onDgaBlur: EventName>; }; export declare const DgaCheckbox: StencilReactComponent; type DgaDividerEvents = NonNullable; export declare const DgaDivider: StencilReactComponent; type DgaDropdownEvents = { onDgaChange: EventName>; onDgaOpenChange: EventName>; onDgaFocus: EventName>; onDgaBlur: EventName>; }; export declare const DgaDropdown: StencilReactComponent; type DgaDropdownItemEvents = { onDgaSelect: EventName>; }; export declare const DgaDropdownItem: StencilReactComponent; type DgaFloatingButtonEvents = { onDgaClick: EventName>; onDgaFocus: EventName>; onDgaBlur: EventName>; }; export declare const DgaFloatingButton: StencilReactComponent; type DgaInputTextEvents = { onDgaInput: EventName>; onDgaChange: EventName>; onDgaFocus: EventName>; onDgaBlur: EventName>; }; export declare const DgaInputText: StencilReactComponent; type DgaLabelEvents = NonNullable; export declare const DgaLabel: StencilReactComponent; type DgaLinkEvents = NonNullable; export declare const DgaLink: StencilReactComponent; type DgaListEvents = NonNullable; export declare const DgaList: StencilReactComponent; type DgaListItemEvents = NonNullable; export declare const DgaListItem: StencilReactComponent; type DgaRadioEvents = { onDgaChange: EventName>; onDgaFocus: EventName>; onDgaBlur: EventName>; }; export declare const DgaRadio: StencilReactComponent; type DgaSliderEvents = { onDgaChange: EventName>; onDgaInput: EventName>; }; export declare const DgaSlider: StencilReactComponent; type DgaSwitchEvents = { onDgaChange: EventName>; onDgaFocus: EventName>; onDgaBlur: EventName>; }; export declare const DgaSwitch: StencilReactComponent; export {};