| 184 | // Framework Specific |
| 185 | |
| 186 | export interface HTMLPreview { |
| 187 | size: { width: number; height: number }; |
| 188 | content: string; |
| 189 | } |
| 190 | |
| 191 | export interface TailwindTextConversion { |
| 192 | name: string; |
nothing calls this directly
no outgoing calls
no test coverage detected