Comparing version 0.3.12 to 0.3.13
import { Gwen } from './Gwen'; | ||
declare const gwen: (...args: Gwen[]) => any; | ||
declare const gwen: (...args: Gwen[]) => Gwen; | ||
export { Gwen, gwen }; |
@@ -5,4 +5,4 @@ "use strict"; | ||
exports.Gwen = Gwen_1.Gwen; | ||
var gwen = Gwen_1.Gwen.from; | ||
var gwen = Gwen_1.Gwen.make; | ||
exports.gwen = gwen; | ||
//# sourceMappingURL=external.js.map |
import { GwenBase } from './GwenBase'; | ||
export declare class Gwen extends GwenBase { | ||
static from: (...args: Gwen[]) => any; | ||
static make: (...args: Gwen[]) => Gwen; | ||
get f0(): this; | ||
@@ -5,0 +5,0 @@ get f1(): this; |
@@ -28,4 +28,4 @@ import { cx } from 'emotion'; | ||
css: (...args: import("emotion").Interpolation<undefined>[]) => this; | ||
cx: (...args: import("create-emotion").ClassNamesArg[]) => any; | ||
add: (...args: this[]) => any; | ||
cx: (...args: import("create-emotion").ClassNamesArg[]) => this; | ||
add: (...args: this[]) => this; | ||
alignContent: (arg: string | string[] | undefined) => this; | ||
@@ -32,0 +32,0 @@ alignItems: (arg: string | string[] | undefined) => this; |
{ | ||
"name": "gwen", | ||
"version": "0.3.12", | ||
"version": "0.3.13", | ||
"description": "A utility-first CSS library designed for brevity", | ||
@@ -5,0 +5,0 @@ "main": "./lib/src/index.js", |
Sorry, the diff of this file is too big to display
727667