Skip to content

Commit 6f89efd

Browse files
jwoectrlplusb
authored andcommitted
Export noPlaceholders global variable in react-sizeme.d.ts (#174)
1 parent c46b12e commit 6f89efd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

react-sizeme.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ declare namespace sizeMe {
3131
) => <P extends object = {}>(
3232
component: ComponentType<P>,
3333
) => ComponentType<Omit<P, 'size'>>
34+
35+
export let noPlaceholders: boolean
3436
}
3537
declare function sizeMe(
3638
options?: sizeMe.SizeMeOptions,

0 commit comments

Comments
 (0)