8 lines
147 B
TypeScript
8 lines
147 B
TypeScript
import { SNComponent } from '@standardnotes/snjs'
|
|
|
|
export type EditorMenuItem = {
|
|
name: string
|
|
component?: SNComponent
|
|
isEntitled: boolean
|
|
}
|