| 188 | // returns an element ready to be rendered. |
| 189 | |
| 190 | interface Options { |
| 191 | skipAs?: boolean |
| 192 | skipSx?: boolean |
| 193 | } |
| 194 | |
| 195 | interface BehavesAsComponent { |
| 196 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
nothing calls this directly
no outgoing calls
no test coverage detected