UNPKG

@atlaskit/inline-edit

Version:

An inline edit displays a custom input component that switches between reading and editing on the same page.

4 lines (3 loc) 201 B
export { default } from './inline-edit'; export { default as InlineEditableTextfield } from './inline-editable-textfield'; export type { InlineEditProps, InlineEditableTextfieldProps } from './types';