UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

8 lines (7 loc) 294 B
/// <reference types="react" /> import * as Flags from 'country-flag-icons/react/3x2'; export declare type CountryCodeISO = keyof typeof Flags; export declare const Prefix: ({ codeIso, isDisabled }: { codeIso: CountryCodeISO; isDisabled?: boolean | undefined; }) => JSX.Element | null;