Repository URL to install this package:
|
Version:
2.8.4 ▾
|
import React from 'react';
import { TelephoneProps } from './typings';
declare class Telephone extends React.PureComponent<TelephoneProps> {
static defaultProps: {
shouldFormat: boolean;
shouldUseIcon: boolean;
};
render(): JSX.Element | "";
}
export { Telephone };
export default Telephone;