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
/
config
/
index.d.ts
6 lines
(5 loc)
•
117 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
_default
: {
default
: {};
validator
:
(
config
:
any
) =>
Promise
<
any
>; };
export
default
_default;