@lumx/react 4.3.2-alpha.34 → 4.3.2-alpha.35
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.
- package/index.d.ts +1 -1
- package/index.js.map +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -2224,7 +2224,7 @@ type HTMLAnchorProps = React__default.DetailedHTMLProps<React__default.AnchorHTM
|
|
|
2224
2224
|
/**
|
|
2225
2225
|
* Defines the props of the component.
|
|
2226
2226
|
*/
|
|
2227
|
-
interface LinkProps extends GenericProps$1, ReactToJSX<LinkProps$1, 'label'
|
|
2227
|
+
interface LinkProps extends GenericProps$1, ReactToJSX<LinkProps$1, 'label'> {
|
|
2228
2228
|
/** Link href. */
|
|
2229
2229
|
href?: HTMLAnchorProps['href'];
|
|
2230
2230
|
/** Custom react component for the link (can be used to inject react router Link). */
|