remove comments; typings react-sketchapp are initially finished!

This commit is contained in:
Rico Kahler
2017-11-20 04:25:31 -05:00
parent 6745ff3ed4
commit f1a394c73d

View File

@@ -29,8 +29,7 @@ renderToJSON(<Document />);
// Artboard is typed with a class so the prototype should be typed too (not very useful though)
Artboard.prototype.componentDidMount;
// context is a global but conflicts with others in this library
// TODO: currently this interface returns any but it looks like this method produces a side-affect
// TODO: currently this interface returns any but it looks like this method produces a side-effect
// and the return type isn't used anyway
TextStyles.create(context as any, {
normal: {