Skip to content

Commit 5cdb688

Browse files
committed
run wrapper script (ai)
1 parent a6595fc commit 5cdb688

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/ai/src/components/Button/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ interface ButtonAttributes {
1919
* Accepts string values: `"dialog"`, `"grid"`, `"listbox"`, `"menu"`, or `"tree"`.
2020
* - **roleDescription**: Defines a human-readable description for the button's role.
2121
* Accepts any string value.
22+
* - **title**: Specifies a tooltip or description for screen readers.
23+
* Accepts any string value.
24+
* - **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or focus the button.
2225
*
2326
* - **arrowButton**: Accessibility attributes that will be applied to the arrow (split) button element.
2427
* - **hasPopup**: Indicates the type of popup triggered by the arrow button.

0 commit comments

Comments
 (0)