@e280/quay
Version:
File-browser and outliner UI for the web
11 lines • 509 B
JavaScript
export {};
// export interface GroupActions<Sc extends Schema> {
// newFolder: (parent: CodexItem<Sc>) => Promise<void>
// move: (item: CodexItem<Sc>, target: CodexItem<Sc>) => Promise<void>
// delete: (item: CodexItem<Sc>) => Promise<void>
// rename: (item: CodexItem<Sc>, newName: string) => Promise<void>
// upload: (files: File[], target: CodexItem<Sc>) => Promise<void>
// search: (terms: string[]) => Promise<CodexItem<Sc>[]>
// refresh: () => Promise<void>
// }
//# sourceMappingURL=types.js.map