Repository URL to install this package:
|
Version:
2.7.3 ▾
|
import { TelephoneAttributesOrProps } from './typings';
declare function renderIcon(props: TelephoneAttributesOrProps): false | JSX.Element | undefined;
declare function renderValue(props: TelephoneAttributesOrProps): JSX.Element;
export { renderIcon, renderValue };