@muraldevkit/ui-toolkit 4.5.2 → 4.5.4

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,5 +1,9 @@
1
1
  import * as React from 'react';
2
- export interface MrlErrorPageProps {
2
+ export interface MrlErrorPageProps extends React.ComponentProps<'div'> {
3
+ /**
4
+ * A string value used for data-qa attribute.
5
+ */
6
+ ['data-qa']?: string;
3
7
  /**
4
8
  * Children to be rendered within the main tag of the error page
5
9
  */