react-breadcrumbs-dynamic icon indicating copy to clipboard operation
react-breadcrumbs-dynamic copied to clipboard

Add TypeDefinition(TypeScript support)

Open mitsuruog opened this issue 7 years ago • 2 comments

FYI @oklas

I wrote the TypeDefinition for your project. and now we can use that as npm module.

npm install @types/react-breadcrumbs-dynamic

let me know if it has any problem. 👍

please close it after reading.

mitsuruog avatar Nov 16 '17 01:11 mitsuruog

Thank you for contribution. 👍 I mentioned how to install in doc. Short ts example with custom BreadcrumbsItemProps will be good.

oklas avatar Nov 16 '17 11:11 oklas

Typings do not contain withBreadcrumbsItem

FriOne avatar Dec 17 '18 14:12 FriOne