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
/
main.d.ts
5 lines
(4 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
import
{
default
as
Panels
}
from
'./plugin'
;
import
type
{
PluginOptions
}
from
"./plugin"
;
export
*
from
'./View/Components'
;
export
{
Panels
,
PluginOptions
};