| 29 | } |
| 30 | |
| 31 | interface ActiveVariants { |
| 32 | axes: Record<string, boolean>; |
| 33 | display: string; |
| 34 | subsets: string[]; |
| 35 | ital?: boolean; |
| 36 | } |
| 37 | |
| 38 | interface InstallCodeProps { |
| 39 | metadata: Metadata; |
nothing calls this directly
no outgoing calls
no test coverage detected