| 188 | ); |
| 189 | |
| 190 | interface ActionsProps { |
| 191 | /** |
| 192 | * An array of interactive element objects - buttons, select menus, |
| 193 | * overflow menus, or date pickers. There is a maximum of 5 elements |
| 194 | * in each action block. |
| 195 | */ |
| 196 | children: PheliaChildren; |
| 197 | } |
| 198 | |
| 199 | /** |
| 200 | * A block that is used to hold interactive elements. |
nothing calls this directly
no outgoing calls
no test coverage detected