UNPKG

@sishuguojixuefu/react-native-form

Version:
37 lines (36 loc) 1.56 kB
/// <reference types="react" /> import { InputPropsType, SsDropDownPropsType } from '../utils/PropTypes'; import Input from './Input'; import Switch from './Switch'; import Textarea from './Textarea'; import SsSelect from './SsSelect'; import SsDate from './SsDate'; import SsDateRange from './SsDateRange'; import SsAmount from './SsAmount'; import SsDescription from './SsDescription'; import SsRating from './SsRating'; import SsMultiSelect from './SsMultiSelect'; import SSMultiSelectView from './SSMultiSelectView'; import SsCalculate from './SsCalculate'; import SsImagePicker from './SsImagePicker'; declare const NumberInput: (props: InputPropsType) => JSX.Element; declare const SsDropDown: (props: SsDropDownPropsType) => JSX.Element; export { Input, NumberInput, Textarea, SsSelect, SsDate, SsDateRange, SsAmount, SsDescription, SsRating, SsMultiSelect, SSMultiSelectView, SsCalculate, SsDropDown, SsImagePicker, Switch, }; declare const _default: { Input: typeof Input; NumberInput: (props: InputPropsType) => JSX.Element; Textarea: typeof Textarea; SsSelect: typeof SsSelect; SsDate: typeof SsDate; SsDateRange: typeof SsDateRange; SsAmount: typeof SsAmount; SsDescription: typeof SsDescription; SsRating: typeof SsRating; SsMultiSelect: typeof SsMultiSelect; SSMultiSelectView: typeof SSMultiSelectView; SsCalculate: typeof SsCalculate; SsDropDown: (props: SsDropDownPropsType) => JSX.Element; SsImagePicker: typeof SsImagePicker; Switch: typeof Switch; }; export default _default;