UNPKG
spidereye
Version:
latest (1.0.0-beta.2)
1.0.0-beta.2
1.0.0-alpha.16
1.0.0-alpha.15
1.0.0-alpha.14
1.0.0-alpha.13
1.0.0-alpha.11
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
Client library for .Net SpiderEye apps
github.com/JBildstein/SpiderEye
JBildstein/SpiderEye
spidereye
/
dts
/
api
/
dialogs
/
folder-select-dialog-config.d.ts
5 lines
(4 loc)
•
91 B
TypeScript
View Raw
1
2
3
4
5
export
interface
FolderSelectDialogConfig
{
title
:
string
;
selectedPath
:
string
; }