<!-- API Report Version: 2.3 -->

## API Report File for "@atlaskit/textfield"

> Do not edit this file. This report is auto-generated using
> [API Extractor](https://api-extractor.com/).
> [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)

### Table of contents

- [Main Entry Types](#main-entry-types)
- [Peer Dependencies](#peer-dependencies)

### Main Entry Types

<!--SECTION START: Main Entry Types-->

```ts
import { AllHTMLAttributes } from 'react';
import { FormEventHandler } from 'react';
import { default as React_2 } from 'react';

// @public (undocumented)
export type Appearance = 'none' | 'standard' | 'subtle';

// @public
const _default: React_2.NamedExoticComponent<TextFieldProps & React_2.RefAttributes<unknown>>;
export default _default;

// @public (undocumented)
export interface TextFieldProps extends Omit<AllHTMLAttributes<HTMLInputElement>, 'disabled'> {
	appearance?: Appearance;
	className?: string;
	elemAfterInput?: React_2.ReactNode;
	elemBeforeInput?: React_2.ReactNode;
	isCompact?: boolean;
	isDisabled?: boolean;
	isInvalid?: boolean;
	isMonospaced?: boolean;
	isReadOnly?: boolean;
	isRequired?: boolean;
	name?: string;
	onChange?: FormEventHandler<HTMLInputElement>;
	onMouseDown?: React_2.MouseEventHandler<HTMLElement>;
	placeholder?: string;
	testId?: string;
	width?: number | string;
}

// (No @packageDocumentation comment for this package)
```

<!--SECTION END: Main Entry Types-->

### Peer Dependencies

<!--SECTION START: Peer Dependencies-->

```json
{
	"react": "^16.8.0"
}
```

<!--SECTION END: Peer Dependencies-->
