@lumx/react 3.21.2-alpha.0 → 3.21.2-alpha.1
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 +0 -3
- package/index.js +190 -220
- package/index.js.map +1 -1
- package/package.json +4 -3
package/index.d.ts
CHANGED
|
@@ -362,9 +362,6 @@ interface BaseButtonProps extends GenericProps, Pick<AriaAttributes, 'aria-expan
|
|
|
362
362
|
* @deprecated Use Emphasis instead.
|
|
363
363
|
*/
|
|
364
364
|
declare const ButtonEmphasis: {
|
|
365
|
-
/**
|
|
366
|
-
* Component default props.
|
|
367
|
-
*/
|
|
368
365
|
readonly low: "low";
|
|
369
366
|
readonly medium: "medium";
|
|
370
367
|
readonly high: "high";
|