UNPKG

@atlaskit/inline-edit

Version:

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

5 lines (4 loc) 226 B
/// <reference types="react" /> import { type InlineEditableTextfieldProps } from './types'; declare const InlineEditableTextfield: (props: InlineEditableTextfieldProps) => JSX.Element; export default InlineEditableTextfield;