UNPKG

sccoreui

Version:

ui-sccore

11 lines (10 loc) 417 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CheckboxComponent = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const checkbox_1 = require("primereact/checkbox"); const CheckboxComponent = () => { return (0, jsx_runtime_1.jsx)("div", { children: "checkbox" }); }; exports.CheckboxComponent = CheckboxComponent; exports.default = checkbox_1.Checkbox;