@proveanything/smartlinks-auth-ui
Version:
Lightweight React authentication UI components with bearer token support and Smartlinks SDK integration
11 lines • 322 B
TypeScript
import React from 'react';
import 'react-phone-number-input/style.css';
import './PhoneInput.css';
interface PhoneInputProps {
value: string;
onChange: (value: string) => void;
disabled?: boolean;
}
export declare const PhoneInput: React.FC<PhoneInputProps>;
export {};
//# sourceMappingURL=PhoneInput.d.ts.map