MCPcopy Create free account
hub / github.com/shoutem/theme /

Class

src/StyleNormalizer/StyleNormalizer.js:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 * specific to properties.
10 */
11export default class StyleNormalizer {
12 constructor() {
13 this.normalizers = {};
14 this.createNormalizers('margin', [HORIZONTAL, VERTICAL, SIDES]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected