@gouvfr-lasuite/ui-kit 0.18.3 → 0.18.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.
- package/dist/index.cjs +29 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2046 -2037
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ import { HTMLAttributes } from 'react';
|
|
|
8
8
|
import { JSX } from 'react/jsx-runtime';
|
|
9
9
|
import { Key } from 'react-stately';
|
|
10
10
|
import { LabelHTMLAttributes } from 'react';
|
|
11
|
+
import { MemoExoticComponent } from 'react';
|
|
11
12
|
import { NodeApi } from 'react-arborist';
|
|
12
13
|
import { NodeRendererProps } from 'react-arborist';
|
|
13
14
|
import { Option as Option_2 } from '@openfun/cunningham-react';
|
|
@@ -691,7 +692,7 @@ export declare const Label: ({ children, text, ...props }: LabelHTMLAttributes<H
|
|
|
691
692
|
|
|
692
693
|
export declare const LaGaufre: () => JSX.Element;
|
|
693
694
|
|
|
694
|
-
export declare const LaGaufreV2: ({ apiUrl, data, ...props }: LaGaufreV2Props) => JSX.Element
|
|
695
|
+
export declare const LaGaufreV2: MemoExoticComponent<({ apiUrl, data, ...props }: LaGaufreV2Props) => JSX.Element>;
|
|
695
696
|
|
|
696
697
|
export declare type LaGaufreV2Props = {
|
|
697
698
|
widgetPath: string;
|