hyperapp-is 0.1.19 → 0.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ import { Keys_String, Keys_ArrayString } from "./state";
4
4
  * h 関数のラッパー
5
5
  * hが競合する可能性があるので作成した
6
6
  */
7
- export declare const el: (tag: string) => <S>(props?: {
7
+ export declare const el: <S = any>(tag: string) => (props?: {
8
8
  [key: string]: any;
9
9
  }, ...children: any[]) => VNode<S>;
10
10
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hyperapp-is",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "UI foundation library for Hyperapp by is4416",
5
5
  "license": "MIT",
6
6
  "type": "module",