inferno-alef
Advanced tools
Comparing version 0.1.8 to 0.1.10
@@ -7,2 +7,2 @@ import { VNode, Props, InfernoChildren } from "inferno"; | ||
}, context: object) => VNode); | ||
export default function createComponent<P>(rule: Rule, type?: AlefComponent<any> | string | Function, passThroughProps?: (() => string[]) | string[]): AlefComponent<P>; | ||
export default function createComponent<P>(rule: Rule<P>, type?: AlefComponent<any> | string | Function, passThroughProps?: (() => string[]) | string[]): AlefComponent<P>; |
{ | ||
"name": "inferno-alef", | ||
"version": "0.1.8", | ||
"version": "0.1.10", | ||
"description": "Inferno bindings for Alef", | ||
"main": "es/index.js", | ||
"types": "es/index.d.ts", | ||
"module": "es/index.js", | ||
@@ -40,3 +41,3 @@ "jsnext:main": "es/index.js", | ||
"devDependencies": { | ||
"alef": "^0.1.6", | ||
"alef": "^0.1.8", | ||
"inferno": "^3.6.4", | ||
@@ -43,0 +44,0 @@ "inferno-component": "^3.6.4", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13284