UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
image-q
/
demo
/
html
/
src
/
ui
/
leftPanel
/
leftPanel.ts
13 lines
(10 loc)
•
251 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{configForm}
from
"./configForm"
;
import
{imageFoldersPanel}
from
"./imageFileExplorer"
;
export
var
leftPanel = {
type
:
"line"
, rows : [ configForm, {
type
:
"header"
, template :
"Image Folder"
}, imageFoldersPanel ] };