react-beautiful-dnd-next
Version:
Beautiful and accessible drag and drop for lists with React
17 lines (15 loc) • 302 B
JavaScript
// @flow
export type 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,
|};