UNPKG
strapi-plugin-website-builder-v5
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
V5 port of https://market.strapi.io/plugins/strapi-plugin-website-builder
strapi-plugin-website-builder-v5
/
dist
/
server
/
src
/
bootstrap.d.ts
6 lines
(5 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
Core
}
from
'@strapi/strapi'
;
declare
const
bootstrap
:
(
{ strapi }: { strapi: Core.Strapi; }
) =>
void
;
export
default
bootstrap;