UNPKG

preact-pure-props

Version:

compare only the props. If the state does not change, do not re-ender.

4 lines (3 loc) 138 B
import { Component } from "preact"; declare const _default: new <T = {}, U = {}>(props: any) => Component<T, U>; export default _default;