We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d1713a + 4bf222f commit 60fb008Copy full SHA for 60fb008
packages/ui-extensions/src/surfaces/customer-account/api/docs.ts
@@ -126,7 +126,12 @@ export interface Docs_Menu_Button_Action
126
export interface Docs_OrderActionMenu_Button
127
extends Pick<
128
ButtonProps,
129
- 'onPress' | 'loading' | 'loadingLabel' | 'disabled' | 'accessibilityLabel'
+ | 'onPress'
130
+ | 'loading'
131
+ | 'loadingLabel'
132
+ | 'disabled'
133
+ | 'accessibilityLabel'
134
+ | 'appearance'
135
> {
136
/**
137
* Destination URL to link to.
0 commit comments