UNPKG

540 BTypeScriptView Raw
1/// <reference types="react" />
2import type { AnimatedComponentProps, IAnimatedComponentInternal, InitialComponentProps } from './commonTypes';
3export default class JSPropsUpdaterWeb {
4 addOnJSPropsChangeListener(_animatedComponent: React.Component<AnimatedComponentProps<InitialComponentProps>> & IAnimatedComponentInternal): void;
5 removeOnJSPropsChangeListener(_animatedComponent: React.Component<AnimatedComponentProps<InitialComponentProps>> & IAnimatedComponentInternal): void;
6}
7//# sourceMappingURL=JSPropsUpdater.web.d.ts.map
\No newline at end of file