UNPKG

@wulperstudio/cms

Version:
4 lines (3 loc) 205 B
import { SelectCountryModel } from './SelectCountry.types'; declare const SelectCountry: ({ onChange, value }: SelectCountryModel) => import("react/jsx-runtime").JSX.Element; export default SelectCountry;