We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e58a9 commit 08788b6Copy full SHA for 08788b6
1 file changed
src/index.tsx
@@ -9,7 +9,7 @@ export interface FooterProps {
9
className?: string;
10
style?: React.CSSProperties;
11
backgroundColor?: string;
12
- columnLayout: 'space-around' | 'space-between';
+ columnLayout?: 'space-around' | 'space-between';
13
}
14
15
const Footer: React.FC<FooterProps> = ({
0 commit comments