UNPKG
@insightphp/panels
Version:
latest (0.5.4)
0.5.4
0.5.3
0.1.2
0.1.1
0.1.0
Panels component of Insight.
github.com/insightphp/insight
insightphp/insight
@insightphp/panels
/
resources
/
js
/
main.ts
9 lines
(6 loc)
•
163 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{
default
as
Panels
}
from
'./plugin'
import
type
{
PluginOptions
}
from
"./plugin"
;
export
*
from
'./View/Components'
export
{
Panels
,
PluginOptions
}