We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942bbda commit 4b9724dCopy full SHA for 4b9724d
1 file changed
packages/types/src/block-kit/block-elements.ts
@@ -212,7 +212,7 @@ export interface FileInput extends Actionable {
212
*/
213
export interface IconButton extends Actionable, Confirmable {
214
/**
215
- * @description The type of element. In this case `type` is always `file_input`.
+ * @description The type of element. In this case `type` is always `icon_button`.
216
217
type: 'icon_button';
218
0 commit comments