(value: CommentFocus | null | ((value: CommentFocus | null) => CommentFocus | null))
| 93 | ) => setState(key, value) |
| 94 | |
| 95 | const setFocus = (value: CommentFocus | null | ((value: CommentFocus | null) => CommentFocus | null)) => |
| 96 | setRef("focus", value) |
| 97 | |
| 98 | const setActive = (value: CommentFocus | null | ((value: CommentFocus | null) => CommentFocus | null)) => |
| 99 | setRef("active", value) |