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