@spaceandtimelabs/makeinfinite-ui 0.41.0 → 0.41.1

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 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: typeof AspectRatio_2;
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