agnostic-svelte
Advanced tools
Comparing version 1.1.21 to 1.1.22
/** @typedef {typeof __propDef.props} AvatarSampleSvgProps */ | ||
/** @typedef {typeof __propDef.events} AvatarSampleSvgEvents */ | ||
/** @typedef {typeof __propDef.slots} AvatarSampleSvgSlots */ | ||
export default class AvatarSampleSvg extends SvelteComponentTyped<{ | ||
type?: string; | ||
size?: number; | ||
}, { | ||
export default class AvatarSampleSvg extends SvelteComponentTyped<{}, { | ||
[evt: string]: CustomEvent<any>; | ||
@@ -16,6 +13,3 @@ }, {}> { | ||
declare const __propDef: { | ||
props: { | ||
type?: string; | ||
size?: number; | ||
}; | ||
props: {}; | ||
events: { | ||
@@ -22,0 +16,0 @@ [evt: string]: CustomEvent<any>; |
{ | ||
"name": "agnostic-svelte", | ||
"version": "1.1.21", | ||
"version": "1.1.22", | ||
"description": "AgnosticUI (svelte)", | ||
@@ -5,0 +5,0 @@ "author": "Rob Levin <roblevinillustration@gmail.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
379173
4632