@auroratide/reorder-list
Version:
Web component for a rearrangeable list of items
13 lines • 446 B
TypeScript
import { ReorderItemElement } from "./reorder-item.js";
import { ReorderListElement } from "./reorder-list.js";
export declare class ReorderHandleElement extends HTMLElement {
#private;
static defaultElementName: string;
static html: string;
static css: string;
constructor();
list: () => ReorderListElement;
item: () => ReorderItemElement;
connectedCallback(): void;
}
//# sourceMappingURL=reorder-handle.d.ts.map