@types/react-native-form
TypeScript icon, indicating that this package has built-in type declarations

2.1.6 • Public • Published

Installation

npm install --save @types/react-native-form

Summary

This package contains type definitions for react-native-form (https://github.com/julianocomg/react-native-form#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-form.

index.d.ts

import { Component } from "react";
import { ViewProps } from "react-native";

export interface FormProps extends ViewProps {
    customFields?: {
        [key: string]: {
            callbackProp: string;
            controlled: boolean;
            valueProp: string;
        };
    } | undefined;
}

export default class Form extends Component<FormProps> {}

Additional Details

Credits

These definitions were written by Mark Nelissen.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-native-form

Weekly Downloads

22

Version

2.1.6

License

MIT

Unpacked Size

3.52 kB

Total Files

5

Last publish

Collaborators

  • types