@primer/react
Version:
An implementation of GitHub's Primer Design System using React
11 lines • 520 B
TypeScript
type DraggingStylesParams = {
handle: HTMLElement | null;
pane: HTMLElement | null;
contentWrapper: HTMLElement | null;
};
/** Apply visual feedback and performance optimizations during drag */
export declare function setDraggingStyles({ handle, pane, contentWrapper }: DraggingStylesParams): void;
/** Remove drag styles and restore normal state */
export declare function removeDraggingStyles({ handle, pane, contentWrapper }: DraggingStylesParams): void;
export {};
//# sourceMappingURL=paneUtils.d.ts.map