UNPKG

@coko/client

Version:

Client side common code for coko apps

24 lines (23 loc) 524 B
import "react"; import e, { css as t } from "styled-components"; import { jsx as n } from "react/jsx-runtime"; import { Checkbox as r } from "antd"; //#region src/ui/common/Checkbox.tsx var i = t` .ant-checkbox-inner, .ant-checkbox-checked, .ant-checkbox-inner::after { transition: all 0.2s; } `, a = e(r)` ${i} `, o = (e) => { let { children: t, className: r, ...i } = e; return /* @__PURE__ */ n(a, { className: r, ...i, children: t }); }; //#endregion export { i as checkboxStyles, o as default };