UNPKG

ranui

Version:

UI Component library based on `Web Component`

24 lines (23 loc) 740 B
import type { Chain } from 'ranuts/utils'; declare const DropdownItem_base: { new (): HTMLElement; prototype: HTMLElement; }; export declare class DropdownItem extends DropdownItem_base { ionDropdownItem: Chain; _slot: Chain; _shadowDom: ShadowRoot; ionDropdownItemContent: Chain; static get observedAttributes(): string[]; constructor(); get value(): string; set value(value: string); get active(): string; set active(value: string); get title(): string; set title(value: string); connectedCallback(): void; attributeChangedCallback(name: string, _: string, newValue: string): void; } declare const _default: import("@/utils/index").CustomErrorType; export default _default;