@cambly/syntax-core 6.6.0 → 6.7.0
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/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -671,7 +671,7 @@ declare function LinkButton({ text, href, target, rel, "data-testid": dataTestId
|
|
|
671
671
|
*/
|
|
672
672
|
target?: "_blank" | "_self" | "_parent" | "_top";
|
|
673
673
|
/**
|
|
674
|
-
* The
|
|
674
|
+
* The rel attribute specifies the relationship between the document and the link.
|
|
675
675
|
*
|
|
676
676
|
*/
|
|
677
677
|
rel?: HtmlHTMLAttributes<HTMLAnchorElement>["rel"];
|