export interface IObjectOption { color?: string; strokeColor?: string; strokeWidth?: number; strokeOpacity?: number; opacity?: number; isAnimate?: boolean; duration?: number; isRepeat?: boolean; isYoyo?: boolean; ids?: Array | string; }