@viamrobotics/prime-core
Advanced tools
Comparing version 0.0.130 to 0.0.131
import { SvelteComponent } from "svelte"; | ||
import cx from 'classnames'; | ||
import classnames from 'classnames'; | ||
declare const __propDef: { | ||
props: { | ||
/** A list of each part. */ crumbs: [string, ...string[]]; | ||
/** Additional CSS classes to pass to the breadcrumbs container. */ cx?: cx.Argument; | ||
/** Render the breadcrumbs as disabled. */ isDisabled?: boolean; | ||
/** Additional CSS classes to pass to the breadcrumbs container. */ cx?: classnames.Argument; | ||
}; | ||
@@ -8,0 +9,0 @@ events: { |
{ | ||
"name": "@viamrobotics/prime-core", | ||
"version": "0.0.130", | ||
"version": "0.0.131", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
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
368616
6748