@cgi-learning-hub/ui 1.4.0-dev.1742033565 → 1.4.0-dev.1742033609
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,3 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
1
|
import { ExtendedTreeItem2Props } from '../types';
|
|
3
|
-
declare const CustomTreeItem:
|
|
2
|
+
declare const CustomTreeItem: import('react').ForwardRefExoticComponent<ExtendedTreeItem2Props & import('react').RefAttributes<HTMLLIElement>>;
|
|
4
3
|
export default CustomTreeItem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cgi-learning-hub/ui",
|
|
3
|
-
"version": "1.4.0-dev.
|
|
3
|
+
"version": "1.4.0-dev.1742033609",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "CGI Learning-hub Team",
|
|
6
6
|
"description": "@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features",
|