refactor: block storage (#1952)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { SNComponent } from '@standardnotes/snjs'
|
||||
import { NoteType, SNComponent } from '@standardnotes/snjs'
|
||||
|
||||
export type EditorMenuItem = {
|
||||
name: string
|
||||
component?: SNComponent
|
||||
isEntitled: boolean
|
||||
noteType: NoteType
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user