merge v2-prototype

This commit is contained in:
Fabio Berger
2018-06-06 12:31:30 +02:00
71 changed files with 1258 additions and 3864 deletions

View File

@@ -1,7 +1,7 @@
import * as _ from 'lodash';
import * as React from 'react';
import { zIndex } from 'ts/utils/style';
import { zIndex } from 'ts/style/z_index';
export interface OverlayProps {
children?: React.ReactNode;