| 36 | } |
| 37 | |
| 38 | interface ActiveVariants { |
| 39 | axes: Record<string, boolean>; |
| 40 | display: string; |
| 41 | subsets: string[]; |
| 42 | ital?: boolean; |
| 43 | } |
| 44 | |
| 45 | // Accepted display values |
| 46 | const DISPLAYS = ['auto', 'swap', 'block', 'fallback', 'optional']; |
nothing calls this directly
no outgoing calls
no test coverage detected