All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.utils.getFreshSideObject.js.flow Maven / Gradle / Ivy

There is a newer version: 2.11.8
Show newest version
// @flow
import type { SideObject } from '../types';

export default function getFreshSideObject(): SideObject {
  return {
    top: 0,
    right: 0,
    bottom: 0,
    left: 0,
  };
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy