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