@auroratide/reorder-list
Version:
Web component for a rearrangeable list of items
18 lines • 653 B
TypeScript
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