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.
None
1 parent 6e7002d commit 1410ec0Copy full SHA for 1410ec0
packages/main/src/components/MessageViewButton/index.tsx
@@ -63,6 +63,8 @@ export interface MessageViewButtonProptypes
63
extends Omit<ButtonPropTypes, 'design' | 'icon' | 'iconEnd' | 'children' | 'type' | 'submits'> {
64
/**
65
* Specifies the type of the button.
66
+ *
67
+ * __Note:__ `"None"` is displayed as `"Information"`.
68
*/
69
type?: ValueState | keyof typeof ValueState;
70
0 commit comments