mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Merge pull request #19621 from shortgiraffe4/master
Change placeholder type from `Node` to `any` (Issue #19599)
This commit is contained in:
2
types/react-lazyload/index.d.ts
vendored
2
types/react-lazyload/index.d.ts
vendored
@@ -15,7 +15,7 @@ export interface LazyLoadProps {
|
||||
children?: JSX.Element;
|
||||
throttle?: number | boolean;
|
||||
debounce?: number | boolean;
|
||||
placeholder?: Node;
|
||||
placeholder?: any;
|
||||
unmountIfInvisible?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user