@deque/cauldron-react 6.3.2-canary.39b806da → 6.3.2-canary.b243bc22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { PolymorphicProps, PolymorphicComponent } from '../../utils/polymorphicComponent';
|
|
3
|
-
type BreadcrumbLinkProps = PolymorphicProps<React.
|
|
3
|
+
type BreadcrumbLinkProps = PolymorphicProps<React.AnchorHTMLAttributes<HTMLAnchorElement>>;
|
|
4
4
|
declare const BreadcrumbLink: PolymorphicComponent<BreadcrumbLinkProps>;
|
|
5
5
|
export default BreadcrumbLink;
|
package/package.json
CHANGED