Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@0xsequence/design-system

Package Overview
Dependencies
Maintainers
8
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/design-system - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

8

dist/types/components/Breadcrumbs/Breadcrumbs.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc