UNPKG

react-beautiful-dnd

Version:

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

10 lines (8 loc) 165 B
// @flow import type { Announce } from '../../types'; export type Announcer = {| announce: Announce, id: string, mount: () => void, unmount: () => void, |}