UNPKG

@dnd-kit/core

Version:

dnd kit – a lightweight React library for building performant and accessible drag and drop experiences

4 lines (3 loc) 213 B
import type { Announcements, ScreenReaderInstructions } from './types'; export declare const defaultScreenReaderInstructions: ScreenReaderInstructions; export declare const defaultAnnouncements: Announcements;