Skip to content

Commit

Permalink
Merge pull request #41 from TeamVastsea/SnowballXueQiu-patch-1
Browse files Browse the repository at this point in the history
chore: add typing
  • Loading branch information
GaoNeng-wWw authored Oct 9, 2024
2 parents 486e81b + 015c3a7 commit c105a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/center/src/center.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import classes from './center.module.scss';

export const Center = (props: CenterProps) => {
export const Center: React.FC<CenterProps> = (props: CenterProps) => {
const { children, inline } = props;
return (
<div
Expand Down

0 comments on commit c105a4b

Please sign in to comment.