MCPcopy Create free account
hub / github.com/SuboptimalEng/coding-tutorials / ICreateTheme

Interface ICreateTheme

_templates/01-basic/src/themes/utils.ts:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10export interface ICreateTheme {
11 primary: string;
12 secondary: string;
13 textBase: string;
14}
15
16export function createTheme({ primary, secondary, textBase }: ICreateTheme) {
17 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected