mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
5 lines
168 B
TypeScript
5 lines
168 B
TypeScript
import { createEvent } from '../../../framework';
|
|
import type { DocRecord } from '../entities/record';
|
|
|
|
export const DocCreated = createEvent<DocRecord>('DocCreated');
|