Fix font PropTypes

This commit is contained in:
Mikael Sand
2017-07-23 22:55:39 +03:00
parent fc61c9dad2
commit 80b9ff9d57
6 changed files with 103 additions and 31 deletions

View File

@@ -13,8 +13,8 @@ export default class extends Shape {
static propTypes = {
...pathProps,
...fontProps,
dx: numberProp,
dy: numberProp,
dx: PropTypes.string,
dy: PropTypes.string,
};
static childContextTypes = {