UNPKG

@snowball-tech/fractal

Version:

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

8 lines (7 loc) 350 B
import { CombinedRefs, InputPhoneProps } from "./InputPhone.types.js"; import * as _$react from "react"; //#region src/components/InputPhone/InputPhone.d.ts declare const InputPhone: _$react.ForwardRefExoticComponent<InputPhoneProps & _$react.RefAttributes<CombinedRefs>>; //#endregion export { InputPhone }; //# sourceMappingURL=InputPhone.d.ts.map