@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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. 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<import("react").FunctionComponent<import("office-ui-fabric-react").ILinkProps>, import("styled-components").DefaultTheme, {}, never>;
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" {
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.435",
7
+ "version": "0.5.0-preview.436",
8
8
  "dependencies": {}
9
9
  }