UNPKG

117 BJavaScriptView Raw
1export default function getFreshSideObject() {
2 return {
3 top: 0,
4 right: 0,
5 bottom: 0,
6 left: 0
7 };
8}
\No newline at end of file