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