Skip to content

Commit

Permalink
Merge pull request #226 from ghost/patch-2
Browse files Browse the repository at this point in the history
Update metaProps.js
  • Loading branch information
abdennour committed Dec 20, 2021
2 parents c206c27 + 9f3cce7 commit f400761
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/metaProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ export const propTypes = {
filename: string,
uFEFF: bool,
onClick: func,
asyncOnClick: bool
asyncOnClick: bool,
enclosingCharacter: string
};

export const defaultProps = {
separator: ',',
filename: 'generatedBy_react-csv.csv',
uFEFF: true,
asyncOnClick: false
asyncOnClick: false,
enclosingCharacter: '"'
};

export const PropsNotForwarded = [
Expand Down

0 comments on commit f400761

Please sign in to comment.