Skip to content

Commit a8645bf

Browse files
authored
feat(types): add underline to rich text section block element (#2414)
1 parent 9e73506 commit a8645bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/types/src/block-kit/extensions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,7 @@ export interface RichTextStyleable {
9292
italic?: boolean;
9393
/** @description When `true`, strikes through the text in this element. Defaults to `false`. */
9494
strike?: boolean;
95+
/** @description When `true`, underlines the text in this element. Defaults to `false`. */
96+
underline?: boolean;
9597
};
9698
}

0 commit comments

Comments
 (0)