@0xsequence/design-system
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -0,11 +1,13 @@ | ||
import { ReactNode } from 'react'; | ||
import { BoxProps } from '../../components/Box'; | ||
declare type Path = { | ||
interface Path { | ||
label: string; | ||
url?: string; | ||
}; | ||
} | ||
declare type BreadcrumbsProps = BoxProps & { | ||
excludeDivider?: boolean; | ||
paths: Path[]; | ||
renderLink?: (path: Path, children: ReactNode) => JSX.Element; | ||
}; | ||
export declare const Breadcrumbs: ({ excludeDivider, paths, ...props }: BreadcrumbsProps) => import("react/jsx-runtime").JSX.Element; | ||
export declare const Breadcrumbs: (props: BreadcrumbsProps) => import("react/jsx-runtime").JSX.Element; | ||
export {}; |
{ | ||
"name": "@0xsequence/design-system", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1835277
46596