mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
refactor(editor): remove block models global type (#10086)
This commit is contained in:
@@ -20,7 +20,7 @@ import { ConfigIdentifier } from '../identifier.js';
|
||||
* ```
|
||||
*/
|
||||
export function ConfigExtension(
|
||||
flavor: BlockSuite.Flavour,
|
||||
flavor: string,
|
||||
config: Record<string, unknown>
|
||||
): ExtensionType {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user