Integration App React - v2.21.0
    Preparing search index...

    Interface SimpleInputProps

    interface SimpleInputProps {
        label?: string;
        description?: string;
        value: undefined | string;
        onChange: (value: undefined | string) => void;
    }

    Hierarchy

    Index

    Properties

    label?: string
    description?: string
    value: undefined | string
    onChange: (value: undefined | string) => void