| 6 | |
| 7 | declare module "styled-components" { |
| 8 | export interface DefaultTheme { |
| 9 | colors: typeof colors; |
| 10 | formats: typeof formats; |
| 11 | name: string; |
| 12 | sizes: typeof sizes; |
| 13 | } |
| 14 | export function useTheme(): DefaultTheme; |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected