badge: fix expanded's doc comment after the chevron removal
argus: half the sentence still described the deleted caret.
This commit is contained in:
parent
88c69f2953
commit
f4bfd2f816
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export interface BadgeProps {
|
|||
* `aria-expanded`'s outline/bg (Badge.css) are the only affordance.
|
||||
*/
|
||||
onClick?: (e: MouseEvent) => void;
|
||||
/** Only meaningful with `onClick` — drives the caret direction + `aria-expanded`. */
|
||||
/** Only meaningful with `onClick` — drives `aria-expanded`. */
|
||||
expanded?: boolean;
|
||||
disabled?: boolean;
|
||||
class?: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue