mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 19:46:32 +08:00
8 lines
212 B
TypeScript
8 lines
212 B
TypeScript
import type { ExtensionType } from '@blocksuite/store';
|
|
|
|
import { FootNoteInlineSpecExtension } from './inline-spec';
|
|
|
|
export const inlineFootnoteExtensions: ExtensionType[] = [
|
|
FootNoteInlineSpecExtension,
|
|
];
|