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.
1 parent 9e73506 commit a8645bfCopy full SHA for a8645bf
packages/types/src/block-kit/extensions.ts
@@ -92,5 +92,7 @@ export interface RichTextStyleable {
92
italic?: boolean;
93
/** @description When `true`, strikes through the text in this element. Defaults to `false`. */
94
strike?: boolean;
95
+ /** @description When `true`, underlines the text in this element. Defaults to `false`. */
96
+ underline?: boolean;
97
};
98
}
0 commit comments