UNPKG

fluid-dnd

Version:

An agnostic drag and drop library to sort all kind of lists. With current support for vue, react and svelte

7 lines (6 loc) 175 B
export default class HandlerPublisher { handlers: Element[]; constructor(); addSubscriber(subscriber: Element): void; toggleGrabClass(force: boolean): void; }