@abdellatifui/react 3.2.122 → 3.2.125
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/dist/nextgen.d.ts +2 -0
- package/dist/nextgen.js +838 -837
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -1418,6 +1418,8 @@ export declare interface TooltipProps {
|
|
|
1418
1418
|
variant?: 'primary' | 'secondary' | 'outline';
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
1421
|
+
export declare const useAbuiContext: () => {};
|
|
1422
|
+
|
|
1421
1423
|
export declare const useApi: (props: UseApiProps) => ExtendedAxiosInstance;
|
|
1422
1424
|
|
|
1423
1425
|
export declare interface UseApiProps {
|