Kind: Type
Source: src/jsx/base.ts
Part of: Jsx
Definition
tsFC<T> & { [DOM_MEMO]: (prevProps: Readonly<T>, nextProps: Readonly<T>) => boolean }
Kind: Type
Source: src/jsx/base.ts
Part of: Jsx
tsFC<T> & { [DOM_MEMO]: (prevProps: Readonly<T>, nextProps: Readonly<T>) => boolean }
Was this page helpful?