Add id prop
This commit is contained in:
@@ -3,6 +3,7 @@ import styled from 'styled-components';
|
||||
|
||||
export interface WrapProps {
|
||||
bgColor?: string;
|
||||
id?: string;
|
||||
offsetTop?: string;
|
||||
maxWidth?: string;
|
||||
wrapWidth?: string;
|
||||
|
||||
Reference in New Issue
Block a user