mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-03 02:20:19 +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,
|
|
];
|