UNPKG

@nativescript-community/ui-chart

Version:

A powerful chart / graph plugin, supporting line, bar, pie, radar, bubble, and candlestick charts as well as scaling, panning and animations.

5 lines (4 loc) 206 B
import { AdditiveTweening, EasingFunction } from '@nativescript-community/additween'; export { EasingFunction }; export declare class Tween<T extends Record<string, number>> extends AdditiveTweening<T> { }