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
/
plugin.d.ts
8 lines
(7 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
App
}
from
"vue"
;
export
interface
PluginOptions
{ }
declare
const
_default
: {
install
(
app
:
App
,
options
?:
PluginOptions
):
void
; };
export
default
_default;