| 13 | } |
| 14 | |
| 15 | interface FocusRect { |
| 16 | x: number; |
| 17 | y: number; |
| 18 | width: number; |
| 19 | height: number; |
| 20 | } |
| 21 | |
| 22 | const TrueFocus: React.FC<TrueFocusProps> = ({ |
| 23 | sentence = 'True Focus', |
nothing calls this directly
no outgoing calls
no test coverage detected