daily-toolset
Version:
A lightweight, versatile collection of TypeScript utility functions for everyday development needs. Simplify and streamline your Node.js, React, and Next.js projects with a powerful suite of well-organized helpers for strings, arrays, dates, objects, and
9 lines (8 loc) • 375 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Clear = Clear;
const jsx_runtime_1 = require("react/jsx-runtime");
const lu_1 = require("react-icons/lu");
function Clear({ onClick }) {
return ((0, jsx_runtime_1.jsx)("span", { className: "clear-input", onClick: onClick, children: (0, jsx_runtime_1.jsx)(lu_1.LuX, { size: 16 }) }));
}
;