Comparing version 0.1.7 to 0.1.8
@@ -1,4 +0,2 @@ | ||
import Renderer from "./Renderer"; | ||
import { Rule } from "./types/Rule"; | ||
import { StyleObject } from "./types/StyleObject"; | ||
export default function combineRules(...rules: Rule[]): (props: object, renderer: Renderer) => StyleObject; | ||
export default function combineRules(...rules: Rule[]): Rule; |
import { StyleObject } from "./StyleObject"; | ||
import Renderer from "../Renderer"; | ||
export declare type Rule<P = object> = ((props: P, renderer?: Renderer) => StyleObject) | StyleObject; | ||
export declare type Rule<P = any> = ((props: P, renderer?: Renderer) => StyleObject) | StyleObject; |
{ | ||
"name": "alef", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Dynamic and high-performance CSS in JavaScript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
271591
2497