Comparing version 0.1.6 to 0.1.7
@@ -169,5 +169,3 @@ import * as tslib_1 from "tslib"; | ||
renderer.cache[declarationReference] = ""; | ||
/* eslint-disable no-continue */ | ||
continue; | ||
/* eslint-enable */ | ||
} | ||
@@ -174,0 +172,0 @@ var className = renderer.selectorPrefix + |
import { StyleObject } from "./StyleObject"; | ||
import Renderer from "../Renderer"; | ||
export declare type Rule = ((props: object, renderer?: Renderer) => StyleObject) | StyleObject; | ||
export declare type Rule<P = object> = ((props: P, renderer?: Renderer) => StyleObject) | StyleObject; |
{ | ||
"name": "alef", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Dynamic and high-performance CSS in JavaScript", | ||
@@ -27,2 +27,3 @@ "keywords": [ | ||
"main": "es/index.js", | ||
"types": "es/index.d.ts", | ||
"jsnext:main": "es/index.js", | ||
@@ -29,0 +30,0 @@ "module": "es/index.js", |
Sorry, the diff of this file is not supported yet
271720
2499