Repository URL to install this package:
Version:
0.9.6 ▾
|
import { TelephoneProps as Props, TelephoneAttributes as Attributes } from './typings';
export declare function toTelephoneNumber(props: Props): string | Number;
export declare function toAttributes(props: Props): Attributes;
/**
* @todo generic toRender functon...
*/
export declare function toRender(props: Props): any;