asma-ui-core 3.3.8 → 3.3.9
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.
|
@@ -17,5 +17,6 @@ export type StyledLinkProps = AnchorHTMLAttributes<HTMLAnchorElement> & {
|
|
|
17
17
|
* @param size - 'large' | 'small'
|
|
18
18
|
* @param refLink - ref to component
|
|
19
19
|
* @param dataTest - data-test tag
|
|
20
|
+
* @param classTest - test jsDoc
|
|
20
21
|
*/
|
|
21
22
|
export declare const StyledLink: React.FC<StyledLinkProps>;
|