@base-framework/ui 1.0.179 → 1.0.180
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.
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This will create an empty state component for unsubscription errors.
|
|
3
|
+
*
|
|
4
|
+
* @param {object} props - The properties for the empty state.
|
|
5
|
+
* @param {array} children - The children elements to be rendered inside the empty state.
|
|
6
|
+
* @return {object} - The empty state component.
|
|
7
|
+
*/
|
|
8
|
+
export const EmptyState: Function;
|
package/package.json
CHANGED