UNPKG

react-beautiful-dnd

Version:

Beautiful, accessible drag and drop for lists with React.js

16 lines (14 loc) 280 B
// @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', |};