UNPKG

strapi-plugin-country-select

Version:

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

4 lines (3 loc) 137 B
type TradOptions = Record<string, string>; export declare const prefixPluginTranslations: (trad: TradOptions) => TradOptions; export {};