mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 04:26:23 +08:00
fad49bb070
AudioMedia entity for loading & controlling a single audio media AudioMediaManagerService: Global audio state synchronization across tabs AudioAttachmentService + AudioAttachmentBlock for manipulating AttachmentBlock in affine - e.g., filling transcription (using mock endpoint for now) Added AudioBlock + AudioPlayer for rendering audio block in affine (new transcription block whose renderer is provided in affine) fix AF-2292 fix AF-2337
10 lines
243 B
TypeScript
10 lines
243 B
TypeScript
export * from './app-config-storage';
|
|
export * from './atom';
|
|
export * from './framework';
|
|
export * from './livedata';
|
|
export * from './media';
|
|
export * from './orm';
|
|
export * from './storage';
|
|
export * from './sync';
|
|
export * from './utils';
|