mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
chore: fix flow
This commit is contained in:
parent
6ebebcb023
commit
403cb6b584
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@
|
|||
|
||||
export interface IProps {
|
||||
text: string;
|
||||
children: any;
|
||||
children?: any;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue