@lumx/react 4.1.1-alpha.7 → 4.2.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/index.d.ts +1 -1
- package/index.js.map +1 -1
- package/package.json +3 -4
package/index.d.ts
CHANGED
|
@@ -579,7 +579,7 @@ declare const DEFAULT_PROPS: Partial<ButtonProps>;
|
|
|
579
579
|
*/
|
|
580
580
|
declare const Button: Comp<ButtonProps, HTMLButtonElement | HTMLAnchorElement>;
|
|
581
581
|
|
|
582
|
-
interface IconButtonProps$1 extends BaseButtonProps {
|
|
582
|
+
interface IconButtonProps$1 extends /* @vue-ignore */ BaseButtonProps {
|
|
583
583
|
/**
|
|
584
584
|
* Icon (SVG path).
|
|
585
585
|
* If `image` is also set, `image` will be used instead.
|