UNPKG

@amcharts/amcharts4

Version:
7 lines (6 loc) 159 B
import { Sprite } from "../Sprite"; export interface IWavedShape extends Sprite { waveLength: number; waveHeight: number; tension: number; }