agnostic-svelte
Advanced tools
Comparing version 1.1.26 to 1.1.27
@@ -5,3 +5,2 @@ /** @typedef {typeof __propDef.props} SelectProps */ | ||
export default class Select extends SvelteComponentTyped<{ | ||
selected: any; | ||
size?: string; | ||
@@ -18,2 +17,3 @@ isDisabled?: boolean; | ||
defaultOptionLabel?: string; | ||
singleSelected?: string; | ||
multiSelected?: any[]; | ||
@@ -32,3 +32,2 @@ }, { | ||
props: { | ||
selected: any; | ||
size?: string; | ||
@@ -45,2 +44,3 @@ isDisabled?: boolean; | ||
defaultOptionLabel?: string; | ||
singleSelected?: string; | ||
multiSelected?: any[]; | ||
@@ -47,0 +47,0 @@ }; |
{ | ||
"name": "agnostic-svelte", | ||
"version": "1.1.26", | ||
"version": "1.1.27", | ||
"description": "AgnosticUI (svelte)", | ||
@@ -5,0 +5,0 @@ "author": "Rob Levin <roblevinillustration@gmail.com>", |
Sorry, the diff of this file is not supported yet
401429