UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS

8 lines (7 loc) 482 B
export { DEFAULT_COUNTRY_CODE as DEFAULT_INPUT_PHONE_COUNTRY_CODE, countryByCountryCode as inputPhoneCountryByCountryCode, supportedCountries as inputPhoneSupportedCountries } from './InputPhone.constants.js'; export { default as InputPhone } from './InputPhone.js'; export { InputPhoneProps, CombinedRefs as InputPhoneRefs, PhoneNumber } from './InputPhone.types.js'; import 'react'; import 'libphonenumber-js'; import '../Select/Select.types.js'; import '@radix-ui/react-select';