Type alias ScrapeMotionValuesFromProps
ScrapeMotionValuesFromProps: ((props,
prevProps) => { [
key:
string]
: MotionValue | string | number; }) Type declaration
- (props, prevProps): {
[key: string]: MotionValue | string | number;
} Returns {
[key: string]: MotionValue | string | number;
}