Comparing version 1.5.1 to 1.5.2
{ | ||
"name": "axii", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "", | ||
@@ -50,4 +50,3 @@ "author": "sskyy <skyking_H@hotmail.com>", | ||
"coverage": "jest --coverage" | ||
}, | ||
"readme": "# Axii\n\nAxii is a javascript UI framework. The main features are:\n\n- Using function and jsx to create component, not template.\n- Using vue 3 like reactive data as state。Only update related element when data changed, not re-rendering component.\n- It provides extending and overwriting mechanism for component to improve efficiency for both component developer and user.\n\nVisit the main site for more detail:\n\n[http://axii.js.org](http://axii.js.org)\n\nMore documents is working in progress, help will be appreciated.\n" | ||
} | ||
} |
@@ -180,3 +180,2 @@ import { VNode, AxiiElement, Ref, RefObject } from "./runtime-dom"; | ||
export const deferred: any; | ||
export const flattenChildren: any; | ||
export const Scenario: any; | ||
@@ -183,0 +182,0 @@ export const createRange: any; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
347998
7783