1 | /// <reference types="react" />
|
2 | import type { AnimatedComponentProps, IAnimatedComponentInternal, InitialComponentProps } from './commonTypes';
|
3 | export 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 |