strapi-plugin-website-builder-v5
Version:
V5 port of https://market.strapi.io/plugins/strapi-plugin-website-builder
15 lines (14 loc) • 341 B
TypeScript
import type { Core } from '@strapi/strapi';
declare const _default: ({ strapi }: {
strapi: Core.Strapi;
}) => {
get({ path, defaultValue }?: {
path: string;
defaultValue?: any;
}): any;
set({ path, value }: {
path?: string;
value: any;
}): Core.ConfigProvider;
};
export default _default;