Add id prop

This commit is contained in:
Fred Carlsen
2018-12-14 23:16:59 +01:00
parent 4d5bfb5cc2
commit 5c083ba16b

View File

@@ -3,6 +3,7 @@ import styled from 'styled-components';
export interface WrapProps {
bgColor?: string;
id?: string;
offsetTop?: string;
maxWidth?: string;
wrapWidth?: string;