mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 11:36:25 +08:00
chore: merge blocksuite source code (#9213)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export type ReorderingType = 'front' | 'forward' | 'backward' | 'back';
|
||||
|
||||
export interface ReorderingAction<T> {
|
||||
type: ReorderingType;
|
||||
elements: T[];
|
||||
}
|
||||
Reference in New Issue
Block a user