@svelteness/kit-docs
Advanced tools
Comparing version 0.22.6 to 0.22.7
@@ -30,4 +30,4 @@ import { SvelteComponent } from 'svelte'; | ||
icon?: { | ||
before?: SvelteComponent; | ||
after?: SvelteComponent; | ||
before?: typeof SvelteComponent; | ||
after?: typeof SvelteComponent; | ||
}; | ||
@@ -34,0 +34,0 @@ }; |
@@ -780,4 +780,4 @@ import type { Load } from '@sveltejs/kit'; | ||
icon?: { | ||
before?: SvelteComponent; | ||
after?: SvelteComponent; | ||
before?: typeof SvelteComponent; | ||
after?: typeof SvelteComponent; | ||
}; | ||
@@ -784,0 +784,0 @@ }; |
{ | ||
"name": "@svelteness/kit-docs", | ||
"version": "0.22.6", | ||
"version": "0.22.7", | ||
"description": "Documentation integration for SvelteKit.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1404449