fix(website): Fix bad merge
This commit is contained in:
parent
92150b78fc
commit
cfb200e793
@ -9,7 +9,6 @@ type StringOrNum = string | number;
|
|||||||
export type ContainerTag = 'div' | 'span';
|
export type ContainerTag = 'div' | 'span';
|
||||||
|
|
||||||
export interface ContainerProps {
|
export interface ContainerProps {
|
||||||
children?: React.ReactNode;
|
|
||||||
margin?: string;
|
margin?: string;
|
||||||
marginTop?: StringOrNum;
|
marginTop?: StringOrNum;
|
||||||
marginBottom?: StringOrNum;
|
marginBottom?: StringOrNum;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user