Skip to content

Commit 08788b6

Browse files
committed
🐛 fix columnLayout is required
1 parent f8e58a9 commit 08788b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export interface FooterProps {
99
className?: string;
1010
style?: React.CSSProperties;
1111
backgroundColor?: string;
12-
columnLayout: 'space-around' | 'space-between';
12+
columnLayout?: 'space-around' | 'space-between';
1313
}
1414

1515
const Footer: React.FC<FooterProps> = ({

0 commit comments

Comments
 (0)