UNPKG
@allurereport/plugin-dashboard
Version:
latest (3.0.0-beta.22)
3.0.0-beta.22
3.0.0-beta.21
3.0.0-beta.20
3.0.0-beta.19
3.0.0-beta.18
3.0.0-beta.17
3.0.0-beta.16
3.0.0-beta.15
3.0.0-beta.14
3.0.0-beta.13
3.0.0-beta.12
Allure Dashboard Plugin – plugin for generating dashboard with a mix of charts
@allurereport/plugin-dashboard
/
dist
/
index.d.ts
3 lines
(2 loc)
•
116 B
TypeScript
View Raw
1
2
3
export
type
{
DashboardPluginOptions
}
from
"./model.js"
;
export
{
DashboardPlugin
as
default
}
from
"./plugin.js"
;