UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

15 lines (14 loc) 292 B
export interface PlaceholderStyle { display: string; boxSizing: 'border-box'; width: number; height: number; marginTop: number; marginRight: number; marginBottom: number; marginLeft: number; flexShrink: '0'; flexGrow: '0'; pointerEvents: 'none'; transition: string; }