MCPcopy
hub / github.com/DustinBrett/daedalOS / DefaultTheme

Interface DefaultTheme

styles/styled.d.ts:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7declare 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected