@spaceandtimelabs/makeinfinite-ui 0.41.0 → 0.42.0
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.d.ts +3 -1
- package/dist/makeinfinite-ui.es.js +4946 -4947
- package/dist/makeinfinite-ui.umd.js +68 -68
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -165,7 +165,7 @@ export declare const APIProxyHandler: (baseUrl: string) => {
|
|
|
165
165
|
|
|
166
166
|
export declare const applySxtIgnore: (files: string[], pfs: default_2.PromisifiedFS, dir: string) => Promise<string[]>;
|
|
167
167
|
|
|
168
|
-
declare const AspectRatio:
|
|
168
|
+
declare const AspectRatio: ForwardRefExoticComponent<AspectRatio_2.AspectRatioProps & RefAttributes<HTMLDivElement>>;
|
|
169
169
|
|
|
170
170
|
declare const Avatar: React_2.ForwardRefExoticComponent<Omit<Avatar_2.AvatarProps & React_2.RefAttributes<HTMLSpanElement>, "ref"> & React_2.RefAttributes<HTMLSpanElement>>;
|
|
171
171
|
|
|
@@ -1351,6 +1351,8 @@ declare global {
|
|
|
1351
1351
|
MakeInfinite: any;
|
|
1352
1352
|
ReactECharts: any;
|
|
1353
1353
|
THREE: any;
|
|
1354
|
+
Radix: any;
|
|
1355
|
+
DreamspaceElements: any;
|
|
1354
1356
|
}
|
|
1355
1357
|
}
|
|
1356
1358
|
|