import { Accessibility } from '../../types'; /** * @specification * Adds attribute 'tabIndex=0' to 'root' slot. * Triggers 'performClick' action with 'Enter' or 'Spacebar' on 'root'. */ declare const attachmentBehavior: Accessibility; export default attachmentBehavior;