@viamrobotics/prime-core
Advanced tools
Comparing version 0.0.111 to 0.0.112
@@ -1,17 +0,5 @@ | ||
/** @typedef {typeof __propDef.props} ProgressProps */ | ||
/** @typedef {typeof __propDef.events} ProgressEvents */ | ||
/** @typedef {typeof __propDef.slots} ProgressSlots */ | ||
export default class Progress extends SvelteComponent<{ | ||
[x: string]: never; | ||
}, { | ||
[evt: string]: CustomEvent<any>; | ||
}, {}> { | ||
} | ||
export type ProgressProps = typeof __propDef.props; | ||
export type ProgressEvents = typeof __propDef.events; | ||
export type ProgressSlots = typeof __propDef.slots; | ||
import { SvelteComponent } from "svelte"; | ||
declare const __propDef: { | ||
props: { | ||
[x: string]: never; | ||
variant: 'dark' | 'light'; | ||
}; | ||
@@ -23,2 +11,7 @@ events: { | ||
}; | ||
export type ProgressProps = typeof __propDef.props; | ||
export type ProgressEvents = typeof __propDef.events; | ||
export type ProgressSlots = typeof __propDef.slots; | ||
export default class Progress extends SvelteComponent<ProgressProps, ProgressEvents, ProgressSlots> { | ||
} | ||
export {}; |
{ | ||
"name": "@viamrobotics/prime-core", | ||
"version": "0.0.111", | ||
"version": "0.0.112", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
362031
6603