UNPKG

@coko/client

Version:

Client side common code for coko apps

22 lines (20 loc) 455 B
import { grid as e } from "../../toolkit/themeHelper.js"; import "../../toolkit/index.js"; import t from "styled-components"; import { Modal as n } from "antd"; //#region src/ui/common/Modal.tsx var r = t.div` margin-top: ${e(3)}; text-align: right; > button:not(:last-of-type) { margin-right: ${e(2)}; } `, i = t.h2` font-size: unset; margin: 0; `, a = Object.assign(n, { header: i, footer: r }); //#endregion export { a as default };