Skip to content

Commit 60fb008

Browse files
authored
Merge pull request #2958 from Shopify/button-docs-appearance
Add appearance to documentation
2 parents 8d1713a + 4bf222f commit 60fb008

File tree

1 file changed

+6
-1
lines changed
  • packages/ui-extensions/src/surfaces/customer-account/api

1 file changed

+6
-1
lines changed

packages/ui-extensions/src/surfaces/customer-account/api/docs.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,12 @@ export interface Docs_Menu_Button_Action
126126
export interface Docs_OrderActionMenu_Button
127127
extends Pick<
128128
ButtonProps,
129-
'onPress' | 'loading' | 'loadingLabel' | 'disabled' | 'accessibilityLabel'
129+
| 'onPress'
130+
| 'loading'
131+
| 'loadingLabel'
132+
| 'disabled'
133+
| 'accessibilityLabel'
134+
| 'appearance'
130135
> {
131136
/**
132137
* Destination URL to link to.

0 commit comments

Comments
 (0)