UNPKG

smooth-dnd

Version:
5 lines (4 loc) 235 B
declare function addStyleToHead(): void; declare function addCursorStyleToBody(cursor: string): any; declare function removeStyle(styleElement: HTMLStyleElement): void; export { addStyleToHead, addCursorStyleToBody, removeStyle };