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

Interface ITheme

_templates/05-tailwind-fonts/src/themes/base.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createTheme } from './utils';
2
3export interface ITheme {
4 [key: string]: string;
5}
6
7export const baseTheme = createTheme({
8 primary: 'blue',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected