Skip to content

Commit 341623f

Browse files
committed
fix(ci): Add space before |
1 parent 5462fc2 commit 341623f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/foundation/grid/Container.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as React from 'react';
22

33
export type ContainerChildren = React.ReactNode[] | React.ReactNode | string;
44

5-
export type ContainerAs = 'article' | 'aside' | 'div' |'header' | 'footer' | 'main' | 'nav' | 'section';
5+
export type ContainerAs = 'article' | 'aside' | 'div' | 'header' | 'footer' | 'main' | 'nav' | 'section';
66

77
export interface ContainerProps {
88
/**

0 commit comments

Comments
 (0)