UNPKG

@auroratide/reorder-list

Version:
14 lines 475 B
import { ReorderListElement } from "./reorder-list.js"; export declare class ReorderItemElement extends HTMLElement { #private; static defaultElementName: string; static html: string; static css: string; static get observedAttributes(): string[]; static START_DRAG_DELAY_MS: number; constructor(); list: () => ReorderListElement; connectedCallback(): void; attributeChangedCallback(): void; } //# sourceMappingURL=reorder-item.d.ts.map