(theme: T)
| 5 | * while preserving its exact type. |
| 6 | */ |
| 7 | export const makeTheme = <T extends Theme>(theme: T): T => theme |
| 8 | |
| 9 | /** |
| 10 | * Constrained identity function used to create a styles dictionary |
no outgoing calls
no test coverage detected
searching dependent graphs…