export interface IFAnimationResult {
    completeRowIndex?: number;
    completeAll?: boolean;
}
