mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 00:56:26 +08:00
@@ -0,0 +1,10 @@
|
||||
import type { ServiceIdentifier } from '@blocksuite/global/di';
|
||||
|
||||
import { LifeCycleWatcherIdentifier } from '../identifier.js';
|
||||
import type { GfxController } from './controller.js';
|
||||
|
||||
export const gfxControllerKey = 'GfxController';
|
||||
|
||||
export const GfxControllerIdentifier = LifeCycleWatcherIdentifier(
|
||||
gfxControllerKey
|
||||
) as ServiceIdentifier<GfxController>;
|
||||
Reference in New Issue
Block a user