@livetiles/reach-plugin-types 0.5.0-preview.541 → 0.5.0-preview.542
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 +3 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -5619,6 +5619,7 @@ declare module "libs/reach/ui/common/src/reach-2/Icon" {
|
|
|
5619
5619
|
hoveredSVG?: SVGProps<SVGElement>;
|
|
5620
5620
|
label?: string | number;
|
|
5621
5621
|
labelDirection?: IconLabelDirection;
|
|
5622
|
+
reverseIcon?: boolean;
|
|
5622
5623
|
size?: number;
|
|
5623
5624
|
className?: string;
|
|
5624
5625
|
}
|
|
@@ -5696,6 +5697,7 @@ declare module "libs/reach/ui/common/src/reach-2/buttons/BaseButton" {
|
|
|
5696
5697
|
className?: string;
|
|
5697
5698
|
}
|
|
5698
5699
|
export const BaseButton: import("react").ForwardRefExoticComponent<BaseButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
5700
|
+
export const BaseButtonStyle: import("styled-components").FlattenSimpleInterpolation;
|
|
5699
5701
|
}
|
|
5700
5702
|
declare module "libs/reach/ui/common/src/reach-2/buttons/StandardButtons" {
|
|
5701
5703
|
import { FC } from 'react';
|
|
@@ -5751,6 +5753,7 @@ declare module "libs/reach/ui/common/src/reach-2/buttons/index" {
|
|
|
5751
5753
|
export * from "libs/reach/ui/common/src/reach-2/buttons/IconActionButton";
|
|
5752
5754
|
export * from "libs/reach/ui/common/src/reach-2/buttons/IconNavLink";
|
|
5753
5755
|
export * from "libs/reach/ui/common/src/reach-2/buttons/BackButton";
|
|
5756
|
+
export { BaseButtonStyle } from "libs/reach/ui/common/src/reach-2/buttons/BaseButton";
|
|
5754
5757
|
}
|
|
5755
5758
|
declare module "libs/reach/ui/common/src/reach-2/surfaces/BaseDialog" {
|
|
5756
5759
|
import { FC, MouseEvent } from 'react';
|