@kopexa/sight
Version:
Kopexa Sight Design System — React component library for GRC applications
6 lines (5 loc) • 359 B
text/typescript
export { ALPHA2_TO_ALPHA3, ALPHA3_TO_ALPHA2, COUNTRY_ALPHA2, Country, CountryCodeFormat, getCountries, getCountryName, toAlpha2, toAlpha3, toFormat } from './countries.mjs';
export { CountryPicker, CountryPickerProps } from './country-picker.mjs';
export { FlagIcon, FlagIconProps } from './flag-icon.mjs';
import 'react/jsx-runtime';
import '@kopexa/theme';