@types/react-breadcrumbs-dynamic
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

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

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: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: @types/react

Credits

These definitions were written by mitsuruog.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-breadcrumbs-dynamic

Weekly Downloads

1,764

Version

1.0.7

License

MIT

Unpacked Size

4.53 kB

Total Files

5

Last publish

Collaborators

  • types