import InlineEdit from './InlineEdit';
export type { InlineEditProps } from './InlineEdit';
export { InlineEdit };
export default InlineEdit;
