UNPKG

@e280/quay

Version:

File-browser and outliner UI for the web

8 lines (7 loc) 356 B
import { TemplateResult } from "@benev/slate"; import { Group } from "../../../logic/group.js"; export declare const Tree: (props: [group: Group<any>], meta?: Partial<{ content: import("lit-html").TemplateResult; auto_exportparts: boolean; attrs: import("@benev/slate").ShadowAttrs; }>) => import("lit-html/directive.js").DirectiveResult<any>;