UNPKG

strapi-plugin-website-builder-v5

Version:

V5 port of https://market.strapi.io/plugins/strapi-plugin-website-builder

6 lines (5 loc) 160 B
type InitializerProps = { setPlugin: (id: string) => void; }; declare const Initializer: ({ setPlugin }: InitializerProps) => null; export { Initializer };