UNPKG

strapi-plugin-app-version

Version:
13 lines (12 loc) 313 B
import type { StrapiApp } from '@strapi/strapi/admin'; declare const _default: { register(app: StrapiApp): void; bootstrap(app: StrapiApp): void; registerTrads({ locales }: { locales: string[]; }): Promise<{ data: any; locale: string; }[]>; }; export default _default;