UNPKG

strapi-plugin-country-select

Version:

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

6 lines (5 loc) 145 B
import type { Core } from '@strapi/strapi'; declare const register: ({ strapi }: { strapi: Core.Strapi; }) => void; export default register;