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

12 lines 397 B
import { jsx as _jsx } from "react/jsx-runtime"; import { InputStructureStandAlone } from './inputStructureStandAlone'; /** * @description * InputStructure component to structure inputs * @param {IInputStructure} props * @returns {JSX.Element} */ export const InputStructure = (props) => { return _jsx(InputStructureStandAlone, { ...props }); }; //# sourceMappingURL=inputStructure.js.map