Files
AFFiNE-Mirror/libs/components/board-commands/src/index.ts
2022-07-28 18:56:39 +08:00

26 lines
859 B
TypeScript

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';
export * from './set-shapes-lock-status';