mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-23 11:50:15 +08:00
Merge pull request #7939 from seansfkelley/master
Add typings for pure-render-decorator 0.2.0.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/// <reference path="pure-render-decorator.d.ts"/>
|
||||
|
||||
import * as PureRender from 'pure-render-decorator';
|
||||
|
||||
@PureRender
|
||||
class TestClass {}
|
||||
@@ -0,0 +1 @@
|
||||
--target es5 --noImplicitAny --experimentalDecorators --module commonjs
|
||||
@@ -0,0 +1,9 @@
|
||||
// Type definitions for pure-render-decorator v0.2.0
|
||||
// Project: https://github.com/felixgirault/pure-render-decorator
|
||||
// Definitions by: Sean Kelley <https://github.com/seansfkelley/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module 'pure-render-decorator' {
|
||||
var PureRender: ClassDecorator;
|
||||
export = PureRender;
|
||||
}
|
||||
Reference in New Issue
Block a user