mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-26 02:35:58 +08:00
init: the first public commit for AFFiNE
This commit is contained in:
24
libs/components/board-commands/src/index.ts
Normal file
24
libs/components/board-commands/src/index.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
export * from './align-shapes';
|
||||
export * from './change-page';
|
||||
export * from './create-page';
|
||||
export * from './create-shapes';
|
||||
export * from './delete-page';
|
||||
export * from './delete-shapes';
|
||||
export * from './distribute-shapes';
|
||||
export * from './duplicate-page';
|
||||
export * from './duplicate-shapes';
|
||||
export * from './flip-shapes';
|
||||
export * from './group-shapes';
|
||||
export * from './move-shapes-to-page';
|
||||
export * from './reorder-shapes';
|
||||
export * from './rename-page';
|
||||
export * from './reset-bounds';
|
||||
export * from './rotate-shapes';
|
||||
export * from './stretch-shapes';
|
||||
export * from './style-shapes';
|
||||
export * from './toggle-shapes-decoration';
|
||||
export * from './toggle-shapes-prop';
|
||||
export * from './translate-shapes';
|
||||
export * from './ungroup-shapes';
|
||||
export * from './update-shapes';
|
||||
export * from './set-shapes-props';
|
||||
Reference in New Issue
Block a user