UNPKG

@kopexa/sight

Version:

Kopexa Sight Design System — React component library for GRC applications

6 lines (5 loc) 356 B
export { ALPHA2_TO_ALPHA3, ALPHA3_TO_ALPHA2, COUNTRY_ALPHA2, Country, CountryCodeFormat, getCountries, getCountryName, toAlpha2, toAlpha3, toFormat } from './countries.js'; export { CountryPicker, CountryPickerProps } from './country-picker.js'; export { FlagIcon, FlagIconProps } from './flag-icon.js'; import 'react/jsx-runtime'; import '@kopexa/theme';