UNPKG

@open-tender/store

Version:

A library of hooks, reducers, utility functions, and types for use with Open Tender applications that utilize our in-store POS API

13 lines (12 loc) 494 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var hooks_1 = require("../app/hooks"); var slices_1 = require("../slices"); var ModalHeader = function (_a) { var title = _a.title, subtitle = _a.subtitle, children = _a.children; var config = (0, hooks_1.useAppSelector)(slices_1.selectKioskConfig).modalHeader; if (!config) return null; return children({ config: config, title: title, subtitle: subtitle }); }; exports.default = ModalHeader;