UNPKG

strapi-plugin-country-select

Version:

A strapi custom field for selecting any country based on the ISO 3166-1 country code standard.

16 lines (15 loc) 325 B
declare const _default: { register(app: any): void; registerTrads({ locales }: { locales: string[]; }): Promise<({ data: { "country-select.countries": string; }; locale: string; } | { data: {}; locale: string; })[]>; }; export default _default;