mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
7 lines
189 B
TypeScript
7 lines
189 B
TypeScript
export function fontString(pixelSize: number, fontStyle: string, fontFamily: string): string;
|
|
|
|
/**
|
|
* Request animation polyfill
|
|
*/
|
|
export function requestAnimFrame(cb: () => void): void;
|