@muraldevkit/ui-toolkit 1.13.1 → 1.13.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AttrsObject } from
|
|
1
|
+
import { AttrsObject } from '../setAttributes';
|
|
2
2
|
/**
|
|
3
3
|
* These common props are used available on all UI Toolkit components.
|
|
4
4
|
*/
|
|
@@ -11,7 +11,7 @@ export interface MrlComponentProps {
|
|
|
11
11
|
*
|
|
12
12
|
* @deprecated - `attrs` will be removed in favor of using HTML Attributes directly on components. Please update your usage accordingly.
|
|
13
13
|
*/
|
|
14
|
-
attrs?: AttrsObject
|
|
14
|
+
attrs?: AttrsObject;
|
|
15
15
|
/**
|
|
16
16
|
* The slot to place a component in inside of a Web Component
|
|
17
17
|
*
|