missing prop
This commit is contained in:
parent
be212706d9
commit
821bcdec9a
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import styles from 'components/Tag/Tag.module.css';
|
|||
interface TagProps {
|
||||
color: string;
|
||||
className?: string;
|
||||
children?: any;
|
||||
}
|
||||
|
||||
const cx = cn.bind(styles);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue