UNPKG

@snowball-tech/fractal

Version:

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

10 lines (7 loc) 360 B
import * as react from 'react'; import { InputPhoneProps, CombinedRefs } from './InputPhone.types.js'; import 'libphonenumber-js'; import '../Select/Select.types.js'; import '@radix-ui/react-select'; declare const InputPhone: react.ForwardRefExoticComponent<InputPhoneProps & react.RefAttributes<CombinedRefs>>; export { InputPhone, InputPhone as default };