UNPKG

@smartface/contx

Version:
10 lines 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function changeTheme(themeName) { return { type: "changeTheme", themeName: themeName }; } exports.default = changeTheme; //# sourceMappingURL=changeTheme.js.map