Skip to content

Commit

Permalink
fix: add ts type for refresh once
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Feb 23, 2019
1 parent f25415b commit 5935cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ export interface MetaInfo {
__dangerouslyDisableSanitizersByTagID?: string[]

changed?: <T extends object>(newInfo: T, addedTags: HTMLElement[], removedTags: HTMLElement[]) => void
refreshOnceOnNavigation?: boolean
}

0 comments on commit 5935cf3

Please sign in to comment.