MCPcopy
hub / github.com/jwngr/sdow / DefaultTheme

Interface DefaultTheme

website/src/styled.d.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5declare module 'styled-components' {
6 export interface DefaultTheme {
7 colors: {[K in keyof typeof theme.colors]: string};
8 }
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected