UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

16 lines 592 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InputStructure = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const inputStructureStandAlone_1 = require("./inputStructureStandAlone"); /** * @description * InputStructure component to structure inputs * @param {IInputStructure} props * @returns {JSX.Element} */ const InputStructure = (props) => { return (0, jsx_runtime_1.jsx)(inputStructureStandAlone_1.InputStructureStandAlone, { ...props }); }; exports.InputStructure = InputStructure; //# sourceMappingURL=inputStructure.js.map