UNPKG

@prosperitainova/dumbo-react-native

Version:
19 lines (18 loc) 589 B
"use strict"; import React from 'react'; import { BaseTextInput } from '../BaseTextInputs'; import { jsx as _jsx } from "react/jsx-runtime"; /** * This component is just basic text inpput with style. * Deciding on calendar system or native system is pending. * {@link https://github.com/carbon-design-system/carbon-react-native/blob/main/example/src/Views/DateInput.tsx | Example code} */ export class DateInput extends React.Component { render() { return /*#__PURE__*/_jsx(BaseTextInput, { type: "date", ...this.props }); } } //# sourceMappingURL=index.js.map