UNPKG
material-ui-cordova
Version:
latest (1.0.0-beta.22)
1.0.0-beta.22
React components that implement Google's Material Design.
material-ui.com
mui-org/material-ui
material-ui-cordova
/
styles
/
spacing.js.flow
8 lines
(6 loc)
•
228 B
Flow
View Raw
1
2
3
4
5
6
7
8
// @flow
export
default
{
// All components align to an 8dp square baseline grid for mobile, tablet, and desktop.
// https://material.io/guidelines/layout/metrics-keylines.html#metrics-keylines-baseline-grids
unit:
8
, };