Perseus
    Preparing search index...
    type Props = {
        "aria-describedby"?: string;
        className?: string;
        disabled?: boolean;
        id?: string;
        labelText?: string;
        onBlur?: () => void;
        onChange: (arg1?: any) => void;
        onFocus?: () => void;
        onKeyDown?: () => void;
        placeholder?: string;
        style?: StyleType;
        value: string | number | null;
    }
    Index

    Properties

    "aria-describedby"?: string
    className?: string
    disabled?: boolean
    id?: string
    labelText?: string
    onBlur?: () => void
    onChange: (arg1?: any) => void
    onFocus?: () => void
    onKeyDown?: () => void
    placeholder?: string
    style?: StyleType
    value: string | number | null