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

File base.ts

_templates/01-basic/src/themes/base.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createTheme } from './utils';
2
3export interface ITheme {
4 [key: string]: string;

Callers

nothing calls this directly

Calls 1

createThemeFunction · 0.90

Tested by

no test coverage detected