UNPKG

543 BTypeScriptView Raw
1import type { ValidKeyframeProps } from './commonTypes';
2import { ReduceMotion } from '../../commonTypes';
3export declare class ReanimatedKeyframe {
4 constructor(definitions: ValidKeyframeProps);
5 duration(durationMs: number): ReanimatedKeyframe;
6 delay(delayMs: number): ReanimatedKeyframe;
7 reduceMotion(reduceMotionV: ReduceMotion): ReanimatedKeyframe;
8 withCallback(callback: (finished: boolean) => void): ReanimatedKeyframe;
9}
10export declare const Keyframe: typeof ReanimatedKeyframe;
11//# sourceMappingURL=Keyframe.d.ts.map
\No newline at end of file