Skip to content

Commit

Permalink
Update declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Oct 21, 2023
1 parent f4c0f29 commit 0b55bc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ external interface VirtualizerOptions<TScrollElement : EventTarget /* Element |
var observeElementOffset: (instance: Virtualizer<TScrollElement, TItemElement>, cb: (offset: Int) -> Unit) -> (() -> Unit)?
var debug: Any?
var initialRect: Rect?
var onChange: ((instance: Virtualizer<TScrollElement, TItemElement>) -> Unit)?
var onChange: ((instance: Virtualizer<TScrollElement, TItemElement>, sync: Boolean) -> Unit)?
var measureElement: ((element: TItemElement, entry: ResizeObserverEntry?, instance: Virtualizer<TScrollElement, TItemElement>) -> Int)?
var overscan: Int?
var horizontal: Boolean?
Expand Down

0 comments on commit 0b55bc1

Please sign in to comment.