Skip to content

Commit 1410ec0

Browse files
authored
docs(MessageViewButton): add note about type None (#5299)
Closes #5297
1 parent 6e7002d commit 1410ec0

File tree

1 file changed

+2
-0
lines changed
  • packages/main/src/components/MessageViewButton

1 file changed

+2
-0
lines changed

packages/main/src/components/MessageViewButton/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ export interface MessageViewButtonProptypes
6363
extends Omit<ButtonPropTypes, 'design' | 'icon' | 'iconEnd' | 'children' | 'type' | 'submits'> {
6464
/**
6565
* Specifies the type of the button.
66+
*
67+
* __Note:__ `"None"` is displayed as `"Information"`.
6668
*/
6769
type?: ValueState | keyof typeof ValueState;
6870
/**

0 commit comments

Comments
 (0)