Skip to content

Commit

Permalink
Changed Inline Document Order in complementary-area-toggle/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Jan 14, 2025
1 parent 818d7a0 commit 9e92283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import { store as interfaceStore } from '../../store';
/**
* Whether the role supports checked state.
*
* @see https://www.w3.org/TR/wai-aria-1.1/#aria-checked
* @param {import('react').AriaRole} role Role.
* @return {boolean} Whether the role supports checked state.
* @see https://www.w3.org/TR/wai-aria-1.1/#aria-checked
*/
function roleSupportsCheckedState( role ) {
return [
Expand Down

0 comments on commit 9e92283

Please sign in to comment.