UNPKG

@snowball-tech/fractal

Version:

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

4 lines 503 B
import { CombinedRefs, InputPhoneProps, PhoneNumber } from "./InputPhone.types.js"; import { DEFAULT_COUNTRY_CODE, countryByCountryCode, supportedCountries } from "./InputPhone.constants.js"; import { InputPhone } from "./InputPhone.js"; export { DEFAULT_COUNTRY_CODE as DEFAULT_INPUT_PHONE_COUNTRY_CODE, InputPhone, type InputPhoneProps, type CombinedRefs as InputPhoneRefs, type PhoneNumber, countryByCountryCode as inputPhoneCountryByCountryCode, supportedCountries as inputPhoneSupportedCountries };