flowbite-svelte
Advanced tools
Comparing version 0.9.7 to 0.9.8
@@ -12,3 +12,4 @@ import { SvelteComponentTyped } from "svelte"; | ||
error?: string; | ||
fields?: AuthFieldType[]; | ||
submitText?: string; | ||
fields: AuthFieldType[]; | ||
}; | ||
@@ -15,0 +16,0 @@ events: { |
{ | ||
"name": "flowbite-svelte", | ||
"version": "0.9.7", | ||
"version": "0.9.8", | ||
"description": "Flowbite components for Svelte", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -78,3 +78,3 @@ import type { SvelteComponent } from 'svelte'; | ||
} | ||
export declare type AuthFunctionType = () => Promise<string>; | ||
export declare type AuthFunctionType = () => Promise<void>; | ||
export declare type ButtonType = 'button' | 'submit' | 'reset'; | ||
@@ -81,0 +81,0 @@ export interface AuthFieldType { |
Sorry, the diff of this file is not supported yet
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
1408
235069