Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Match types with real interface (#408)
Browse files Browse the repository at this point in the history
scrollEl can be both string and Element
  • Loading branch information
baklazaner authored and yowainwright committed Oct 16, 2018
1 parent 9bb2685 commit 0066099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -13,7 +13,7 @@ export namespace StickyBits {
noStyles?: boolean
stickyBitStickyOffset?: number
parentClass?: string
scrollEl?: Element
scrollEl?: Element | string
stickyClass?: string
stuckClass?: string
stickyChangeClass?: string
Expand Down

0 comments on commit 0066099

Please sign in to comment.