1.0.7 • Published 6 months ago

@types/react-breadcrumbs-dynamic v1.0.7

Weekly downloads
2,869
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/react-breadcrumbs-dynamic

Summary

This package contains type definitions for react-breadcrumbs-dynamic (https://github.com/oklas/react-breadcrumbs-dynamic).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-breadcrumbs-dynamic.

index.d.ts

// Type definitions for react-breadcrumbs-dynamic 1.0
// Project: https://github.com/oklas/react-breadcrumbs-dynamic
// Definitions by: mitsuruog <https://github.com/mitsuruog>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

import * as React from "react";

export class BreadcrumbsProvider extends React.Component<BreadcrumbsProviderProps> {}

export class Breadcrumbs extends React.Component<BreadcrumbsProps> {}

export class BreadcrumbsItem extends React.Component<BreadcrumbsItemProps> {}

export interface BreadcrumbsProviderProps {
  children?: React.ReactNode;
  shouldBreadcrumbsUpdate?: ((...args: any[]) => any) | undefined;
}

export interface BreadcrumbsProps {
  container?: string | Element | {} | undefined;
  containerProps?: {} | undefined;
  item?: string | Element | {} | undefined;
  finalItem?: string | Element | {} | undefined;
  finalProps?: {} | undefined;
  separator?: string | Element | {} | undefined;
  renameProps?: {} | undefined;
  duplicateProps?: {} | undefined;
}

export interface BreadcrumbsItemProps {
  children?: React.ReactNode;
  to: string;
}

Additional Details

  • Last updated: Thu, 14 Oct 2021 01:31:26 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by mitsuruog.

1.0.7

6 months ago

1.0.6

7 months ago

1.0.5

8 months ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago