UNPKG

@startpage/theming

Version:

Create and use themes for your startpage

6 lines (5 loc) 226 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ThemeConsumer = void 0; const ThemeContext_1 = require("./ThemeContext"); exports.ThemeConsumer = ThemeContext_1.ThemeContext.Consumer;