Merge pull request #1476 from 0xProject/fix/website/build-errors

[website] Fix duplicate props which made ci build break
This commit is contained in:
Steve Klebanoff
2018-12-25 11:19:27 -08:00
committed by GitHub

View File

@@ -9,7 +9,6 @@ type StringOrNum = string | number;
export type ContainerTag = 'div' | 'span';
export interface ContainerProps {
children?: React.ReactNode;
margin?: string;
marginTop?: StringOrNum;
marginBottom?: StringOrNum;