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
/
dist
/
types
/
View
/
Components
/
index.d.ts
9 lines
(8 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
{
default
as
Panel
}
from
'./Panel.vue'
;
export
{
default
as
PanelRow
}
from
'./PanelRow.vue'
;
export
declare
namespace
Components
{
interface
Panel
{ }
interface
PanelRow
{ } }