UNPKG

@5calls/react-components

Version:

React component library for 5 Calls webapp

23 lines (22 loc) 792 B
export declare const APP_NAME = "5 Calls"; export declare const APP_URL = "https://5calls.org"; export declare const API_URL = "https://api.5calls.org/v1"; export declare const ISSUES_API_URL: string; export declare const REPORT_API_URL: string; export declare const COUNTS_API_URL: string; export declare const DONATIONS_API_URL: string; export declare const GROUP_API_URL: string; export declare const CONTACTS_API_URL: string; export declare const IP_INFO_URL = "https://ipinfo.io/json"; export declare const DONATE_URL = "https://secure.actblue.com/donate/5calls-donate"; export declare const cacheTimeout: { default: number; groups: number; }; export declare const contact: { email: string; github: string; twitter: string; facebook: string; apps: string; };