UNPKG

@prosperitainova/dumbo-react-native

Version:
11 lines 473 B
import React from 'react'; import { TextInputProps } from '../../types/shared'; /** * 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 declare class DateInput extends React.Component<TextInputProps> { render(): React.ReactNode; } //# sourceMappingURL=index.d.ts.map