UNPKG

229 BTypeScriptView Raw
1/**
2 * Formats a label given a date, number or string.
3 *
4 * @export
5 */
6export declare function formatLabel(label: any): string;
7/**
8 * Escapes a label.
9 *
10 * @export
11 */
12export declare function escapeLabel(label: any): string;