UNPKG

ponchojs

Version:

Poncho

11 lines (10 loc) 345 B
export interface Options { locale?: 'AR' | 'US'; numbersAbbreviate?: boolean; decimalsBillion?: number; decimalsMillion?: number; title?: string; source?: string; } export declare const tsCard: (id: string | HTMLDivElement, options: any) => {}; export declare const tsGraphic: (id: string, options: any) => {};