@isoftdata/svelte-button
Advanced tools
| import { SvelteComponent } from "svelte"; | ||
| import type { IconName } from '@fortawesome/fontawesome-common-types'; | ||
| import type { ButtonColors } from '@isoftdata/utility-bootstrap'; | ||
| import type { AriaAttributes, DOMAttributes, HTMLButtonAttributes } from 'svelte/elements'; | ||
| declare const __propDef: { | ||
| props: { | ||
| [x: string]: any; | ||
| props: Omit<HTMLButtonAttributes, "class" | "color" | "disabled" | "type" | keyof AriaAttributes | keyof DOMAttributes<HTMLButtonElement>> & { | ||
| block?: boolean | undefined; | ||
| class?: string | undefined; | ||
| button?: HTMLButtonElement | HTMLAnchorElement | undefined; | ||
| color?: ButtonColors | undefined; | ||
@@ -25,3 +24,3 @@ colorGreyDisabled?: boolean | undefined; | ||
| } | undefined; | ||
| iconClass?: IconName | null | undefined; | ||
| iconClass?: IconName | undefined; | ||
| id?: string | null | undefined; | ||
@@ -28,0 +27,0 @@ outline?: boolean | undefined; |
+1
-1
| { | ||
| "name": "@isoftdata/svelte-button", | ||
| "version": "1.3.1", | ||
| "version": "1.3.2", | ||
| "scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "vite dev", |
11730
1.08%95
-1.04%