feat(component): new inline-edit component (#5517)

<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://github.com/toeverything/AFFiNE/assets/39363750/6dad59f0-5e63-4c25-a81c-dff397da1d34">
  <img height="100" alt="" src="https://github.com/toeverything/AFFiNE/assets/39363750/7c30d7b2-55c9-49eb-82e7-a0882f2e0493">
</picture>
This commit is contained in:
Cats Juice
2024-01-18 03:33:46 +00:00
parent f419867437
commit 943ede4ffd
5 changed files with 419 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ export * from './ui/button';
export * from './ui/checkbox';
export * from './ui/date-picker';
export * from './ui/divider';
export * from './ui/editable';
export * from './ui/empty';
export * from './ui/input';
export * from './ui/layout';