@livetiles/reach-plugin-types 0.5.0-preview.435 → 0.5.0-preview.436
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/lib/index.d.ts +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -3912,7 +3912,7 @@ declare module "libs/reach/util/common/src/index" {
|
|
|
3912
3912
|
declare module "libs/reach/ui/common/src/Link" {
|
|
3913
3913
|
import { Link as RouterLink } from 'react-router-dom';
|
|
3914
3914
|
export const LinkStyle: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
|
|
3915
|
-
export const ExternalLink: import("styled-components").StyledComponent<
|
|
3915
|
+
export const ExternalLink: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, {}, never>;
|
|
3916
3916
|
export const Link: import("styled-components").StyledComponent<typeof RouterLink, import("styled-components").DefaultTheme, {}, never>;
|
|
3917
3917
|
}
|
|
3918
3918
|
declare module "libs/reach/ui/common/src/common/TextLink" {
|