Comparing version 2.0.0-next.45 to 2.0.0-next.46
@@ -6,4 +6,4 @@ import type { HTMLAttributes } from 'svelte/elements'; | ||
header?: any; | ||
stickyTop?: boolean | number; | ||
stickyLeft?: boolean | number; | ||
stickyTop?: boolean | number | string | null; | ||
stickyLeft?: boolean | number | string | null; | ||
} | ||
@@ -10,0 +10,0 @@ declare const Table: import("svelte").Component<TableProps, {}, "">; |
{ | ||
"name": "nunui", | ||
"version": "2.0.0-next.45", | ||
"version": "2.0.0-next.46", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "vite dev", |
Sorry, the diff of this file is not supported yet
89426