Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ createTheme } from
'./utils'
;
2
3
export
interface
ITheme {
4
[key: string]: string;
Callers
nothing calls this directly
Calls
1
createTheme
Function · 0.90
Tested by
no test coverage detected