4 lines
150 B
TypeScript
4 lines
150 B
TypeScript
import { SNActionsExtension, SNComponent, SNTheme } from '@standardnotes/snjs'
|
|
|
|
export type AnyExtension = SNComponent | SNTheme | SNActionsExtension
|