mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
remove comments; typings react-sketchapp are initially finished!
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user