Welcome to mirror list, hosted at ThFree Co, Russian Federation.

getFreshSideObject.js « utils « esm « dist « package « popperjs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fcec47ec9061719b397aa97eac6ac4412fb73dd2 (plain)
1
2
3
4
5
6
7
8
export default function getFreshSideObject() {
  return {
    top: 0,
    right: 0,
    bottom: 0,
    left: 0
  };
}