UNPKG

strapi-plugin-generic-custom-fields

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