@prosperitainova/dumbo-react-native
Version:
Dumbo for React Native Library
11 lines • 473 B
TypeScript
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