UNPKG

@atlaskit/textfield

Version:

A text field is an input that allows a user to write or edit text.

3 lines (2 loc) 117 B
export { default } from './text-field'; export type { TextfieldProps as TextFieldProps, Appearance } from './types';