UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

12 lines (11 loc) 255 B
declare const _default: { register(app: any): void; registerTrads({ locales }: { locales: string[]; }): Promise<{ data: any; locale: string; }[]>; bootstrap(app: any): Promise<void>; }; export default _default;