()
| 4 | // type suggests that it can be null. This will not happen in practice, so this |
| 5 | // makes it a bit easier to work with. |
| 6 | export default function useColorScheme(): NonNullable<ColorSchemeName> { |
| 7 | return _useColorScheme() as NonNullable<ColorSchemeName>; |
| 8 | } |
no outgoing calls
no test coverage detected