react-qml
Version:
8 lines (7 loc) • 322 B
TypeScript
import RQElementContainer from './RQElementContainer';
declare type BasicProps = {
[key: string]: any;
};
export declare function diffProps(lastProps: BasicProps, nextProps: BasicProps): Array<any> | null;
export declare function updateProps(container: RQElementContainer, updatePayload: Array<any>): void;
export {};