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