UNPKG

@auroratide/reorder-list

Version:
18 lines 653 B
import { ReorderHandleElement } from "./reorder-handle.js"; 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; handles: () => NodeListOf<ReorderHandleElement>; connectedCallback(): void; disconnectedCallback(): void; startDragging: () => void; attributeChangedCallback(): void; } //# sourceMappingURL=reorder-item.d.ts.map