@lumx/react 3.21.2-alpha.1 → 3.21.2-alpha.2
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 +3 -0
- package/index.js +220 -190
- package/index.js.map +1 -1
- package/package.json +3 -4
package/index.d.ts
CHANGED
|
@@ -362,6 +362,9 @@ 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
|
+
*/
|
|
365
368
|
readonly low: "low";
|
|
366
369
|
readonly medium: "medium";
|
|
367
370
|
readonly high: "high";
|