mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 11:06:25 +08:00
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
import { BaseTool } from '@blocksuite/std/gfx';
|
|
|
|
export class TemplateTool extends BaseTool {
|
|
static override toolName: string = 'template';
|
|
}
|