UNPKG

311 BTypeScriptView Raw
1import type { StyleProps } from '../commonTypes';
2import type { AnimatedRef } from '../hook/commonTypes';
3import type { Component } from 'react';
4export declare function setNativeProps<T extends Component>(animatedRef: AnimatedRef<T>, updates: StyleProps): void;
5//# sourceMappingURL=setNativeProps.web.d.ts.map
\No newline at end of file