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
/
View
/
Components
/
index.ts
13 lines
(10 loc)
•
213 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
{
default
as
Panel
}
from
'./Panel.vue'
export
{
default
as
PanelRow
}
from
'./PanelRow.vue'
export
namespace
Components
{
export
interface
Panel
{
//
}
export
interface
PanelRow
{
//
} }