(config: MD2FontsConfig)
| 74 | | Partial<MD3Type>; |
| 75 | |
| 76 | function configureV2Fonts(config: MD2FontsConfig): Fonts { |
| 77 | const fonts = Platform.select({ ...fontConfig, ...config }) as Fonts; |
| 78 | return fonts; |
| 79 | } |
| 80 | |
| 81 | function configureV3Fonts( |
| 82 | config: MD3FontsConfig |
no outgoing calls
no test coverage detected
searching dependent graphs…