Files
Trilium/apps/client/src/widgets/ribbon/ribbon-interface.ts

6 lines
111 B
TypeScript
Raw Normal View History

import FNote from "../../entities/fnote";
export interface TabContext {
note: FNote | null | undefined;
}