UNPKG
@lucidcms/admin
Version:
latest (0.12.0-alpha.1)
0.12.0-alpha.1
0.12.0-alpha.0
0.11.0-alpha.0
0.10.2-alpha.0
0.10.1-alpha.0
The admin SolidJS SPA for Lucid CMS.
github.com/ProtoDigitalUK/lucid_cms
ProtoDigitalUK/lucid_cms
@lucidcms/admin
/
dist
/
index.d.ts
6 lines
(3 loc)
•
97 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Component
}
from
'solid-js'
;
declare
const
App
:
Component
;
export
{
App
as
default
};