UNPKG

intlayer-editor

Version:

Integrate the Intlayer visual editor into your Intlayer projects, enabling CMS-like content management with multilingual support.

10 lines 284 B
import { Router } from 'express'; export declare const configurationRouter: Router; export declare const getConfigurationRoutes: () => { getConfiguration: { urlModel: string; url: string; method: "GET"; }; }; //# sourceMappingURL=config.routes.d.ts.map