@difizen/mana-app
Version:
12 lines • 467 B
TypeScript
import { URI } from '@difizen/mana-common';
import type { MenuPath } from '@difizen/mana-core';
export declare const FileTreeContextMenuPath: MenuPath;
export interface URINode {
uri: URI;
}
export declare namespace URINode {
function is(arg: object | undefined): arg is URINode;
function getUri(selection: object | undefined): URI | undefined;
function getUris(selection: object | undefined): URI[];
}
//# sourceMappingURL=file-tree-protocol.d.ts.map