We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb3798 commit 90d2d74Copy full SHA for 90d2d74
src/types.ts
@@ -57,7 +57,7 @@ export interface MosaicUpdate<T> {
57
58
/**
59
* Mosaic needs a way to resolve `T` into react elements for display.
60
- * This provides a way to look them up. If `T` is a `React.ReactElement`, then this can simply be `_.identity`
+ * This provides a way to look them up. If `T` is a `JSX.Element`, then this can simply be `_.identity`
61
*/
62
export type TileRenderer<T> = (t: T) => JSX.Element;
63
0 commit comments