UNPKG

@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration

Version:

An optional Pragmatic drag and drop package that enables rapid migration from react-beautiful-dnd to Pragmatic drag and drop

6 lines (5 loc) 216 B
type Log = (type: 'error' | 'warn', message: string) => void; export declare const log: Log; export declare const warning: (message: string) => void; export declare const error: (message: string) => void; export {};