Comparing version 0.3.11 to 0.3.12
import { Gwen } from './Gwen'; | ||
export { Gwen }; | ||
declare const gwen: (...args: Gwen[]) => any; | ||
export { Gwen, gwen }; |
@@ -5,2 +5,4 @@ "use strict"; | ||
exports.Gwen = Gwen_1.Gwen; | ||
var gwen = Gwen_1.Gwen.from; | ||
exports.gwen = gwen; | ||
//# sourceMappingURL=external.js.map |
import { GwenBase } from './GwenBase'; | ||
export declare class Gwen extends GwenBase { | ||
static from: (...args: Gwen[]) => any; | ||
get f0(): this; | ||
@@ -4,0 +5,0 @@ get f1(): this; |
{ | ||
"name": "gwen", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"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 not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
727663
12888