Skip to content

Commit

Permalink
Types: Add some types (fixes aFarkas#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed Mar 27, 2021
1 parent 9253212 commit 2b6d24b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/lazysizes-config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export interface LazySizesConfig {
loadHidden: boolean;
ricTimeout: number;
throttleDelay: number;
[key: string]: any;
}

export type LazySizesConfigPartial = Partial<LazySizesConfig>;

0 comments on commit 2b6d24b

Please sign in to comment.