UNPKG

@atlaskit/button

Version:

A button triggers an event or action. They let users know what will happen next.

4 lines (3 loc) 124 B
export default function blockEvents({ isInteractive, }: { isInteractive: boolean; }): React.DOMAttributes<HTMLElement>;