@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
9 lines (8 loc) • 400 B
TypeScript
import type { ValueProps } from '../../types';
import type { CountryISO } from '../../constants/countries';
export type ValueSelectCountryProps = ValueProps<CountryISO>;
declare function SelectCountry(props: ValueSelectCountryProps): import("react/jsx-runtime").JSX.Element;
declare namespace SelectCountry {
var useCountry: typeof import("./useCountry").default;
}
export default SelectCountry;