@3mo/theme
Version:
Tools & tokens for theming 3MO components & applications.
15 lines • 405 B
TypeScript
import { BackgroundStorage } from './Background.js';
import { AccentStorage } from './Accent.js';
/**
* Utilities to control the theme of the application.
*
* @ssr true
*/
export declare class Theme {
static readonly background: BackgroundStorage;
static readonly accent: AccentStorage;
}
declare global {
var Theme: typeof import('./Theme.js').Theme;
}
//# sourceMappingURL=Theme.d.ts.map