UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

9 lines (8 loc) 410 B
import type { ValueProps } from '../../types'; import type { CurrencyISO } from '../../constants/currencies'; export type ValueSelectCurrencyProps = ValueProps<CurrencyISO>; declare function SelectCurrency(props: ValueSelectCurrencyProps): import("react/jsx-runtime").JSX.Element; declare namespace SelectCurrency { var useCurrency: typeof import("./useCurrency").default; } export default SelectCurrency;