@coko/client
Version:
Client side common code for coko apps
15 lines (14 loc) • 340 B
JavaScript
import "react";
import e from "styled-components";
import { jsx as t } from "react/jsx-runtime";
import { Input as n } from "antd";
//#region src/ui/common/TextArea.tsx
var r = e(n.TextArea)``, i = (e) => {
let { className: n, ...i } = e;
return /* @__PURE__ */ t(r, {
className: n,
...i
});
};
//#endregion
export { i as default };