| 189 | } |
| 190 | |
| 191 | export interface TailwindTextConversion { |
| 192 | name: string; |
| 193 | attr: string; |
| 194 | full: string; |
| 195 | style: string; |
| 196 | contrastBlack: number; |
| 197 | } |
| 198 | |
| 199 | export type TailwindColorType = "text" | "bg" | "border" | "outline"; |
| 200 |
nothing calls this directly
no outgoing calls
no test coverage detected