@schirkan/reactron-interfaces
Advanced tools
Comparing version 0.10.0-alpha.12 to 0.10.1
import { IFieldDefinition } from "./IObjectDefinition"; | ||
import { IReactronComponentContext } from "./IReactronComponentContext"; | ||
export interface IInputComponentProps<TValue = any> { | ||
context: IReactronComponentContext; | ||
definition: IFieldDefinition; | ||
@@ -4,0 +6,0 @@ uniqueId: string; |
{ | ||
"name": "@schirkan/reactron-interfaces", | ||
"version": "0.10.0-alpha.12", | ||
"version": "0.10.1", | ||
"description": "interfaces for reactron modules", | ||
@@ -31,4 +31,4 @@ "keywords": [ | ||
"@types/react": "^16.7.20", | ||
"typescript": "^3.2.2" | ||
"typescript": "^3.2.4" | ||
} | ||
} | ||
} |
import { IFieldDefinition } from "./IObjectDefinition"; | ||
import { IReactronComponentContext } from "./IReactronComponentContext"; | ||
export interface IInputComponentProps<TValue = any> { | ||
context: IReactronComponentContext; | ||
definition: IFieldDefinition; | ||
@@ -5,0 +7,0 @@ uniqueId: string; |
{ | ||
"compilerOptions": { | ||
// "outFile": "dist/bundle.js", | ||
"outDir": "dist", | ||
@@ -5,0 +4,0 @@ "target": "es6", |
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
36842
923